Class: Aws::GlueDataBrew::Types::DescribeJobRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attemptInteger

The number of times that DataBrew has attempted to run the job.

Returns:

  • (Integer)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#completed_onTime

The date and time when the job completed processing.

Returns:

  • (Time)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#data_catalog_outputsArray<Types::DataCatalogOutput>

One or more artifacts that represent the Glue Data Catalog output from running the job.

Returns:



1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#database_outputsArray<Types::DatabaseOutput>

Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.

Returns:



1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_nameString

The name of the dataset for the job to process.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

A message indicating an error (if any) that was encountered when the job ran.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timeInteger

The amount of time, in seconds, during which the job run consumed resources.

Returns:

  • (Integer)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the job being processed during this run.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#job_sampleTypes::JobSample

Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.

Returns:



1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#log_subscriptionString

The current status of Amazon CloudWatch logging for the job run.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::Output>

One or more output artifacts from a job run.

Returns:



1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#profile_configurationTypes::ProfileConfiguration

Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.



1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_referenceTypes::RecipeReference

Represents the name and version of a DataBrew recipe.



1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The unique identifier of the job run.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#started_byString

The Amazon Resource Name (ARN) of the user who started the job run.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The date and time when the job run began.

Returns:

  • (Time)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the job run entity itself.

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end

#validation_configurationsArray<Types::ValidationConfiguration>

List of validation configurations that are applied to the profile job.

Returns:



1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1502

class DescribeJobRunResponse < Struct.new(
  :attempt,
  :completed_on,
  :dataset_name,
  :error_message,
  :execution_time,
  :job_name,
  :profile_configuration,
  :validation_configurations,
  :run_id,
  :state,
  :log_subscription,
  :log_group_name,
  :outputs,
  :data_catalog_outputs,
  :database_outputs,
  :recipe_reference,
  :started_by,
  :started_on,
  :job_sample)
  SENSITIVE = []
  include Aws::Structure
end