class Aws::GlueDataBrew::Types::JobRun
Represents one run of a DataBrew job.
@!attribute [rw] attempt
The number of times that DataBrew has attempted to run the job. @return [Integer]
@!attribute [rw] completed_on
The date and time when the job completed processing. @return [Time]
@!attribute [rw] dataset_name
The name of the dataset for the job to process. @return [String]
@!attribute [rw] error_message
A message indicating an error (if any) that was encountered when the job ran. @return [String]
@!attribute [rw] execution_time
The amount of time, in seconds, during which a job run consumed resources. @return [Integer]
@!attribute [rw] job_name
The name of the job being processed during this run. @return [String]
@!attribute [rw] run_id
The unique identifier of the job run. @return [String]
@!attribute [rw] state
The current state of the job run entity itself. @return [String]
@!attribute [rw] log_subscription
The current status of Amazon CloudWatch logging for the job run. @return [String]
@!attribute [rw] log_group_name
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs. @return [String]
@!attribute [rw] outputs
One or more output artifacts from a job run. @return [Array<Types::Output>]
@!attribute [rw] data_catalog_outputs
One or more artifacts that represent the Glue Data Catalog output from running the job. @return [Array<Types::DataCatalogOutput>]
@!attribute [rw] database_outputs
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into. @return [Array<Types::DatabaseOutput>]
@!attribute [rw] recipe_reference
The set of steps processed by the job. @return [Types::RecipeReference]
@!attribute [rw] started_by
The Amazon Resource Name (ARN) of the user who initiated the job run. @return [String]
@!attribute [rw] started_on
The date and time when the job run began. @return [Time]
@!attribute [rw] job_sample
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a `JobSample` value isn't provided, the default is used. The default value is CUSTOM\_ROWS for the mode parameter and 20,000 for the size parameter. @return [Types::JobSample]
@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/JobRun AWS API Documentation
Constants
- SENSITIVE