DescribeJobRunResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The date and time when the job completed processing.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the dataset for the job to process.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the job being processed during this run.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

One or more output artifacts from a job run.

Link copied to clipboard

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.

Link copied to clipboard

Represents the name and version of a DataBrew recipe.

Link copied to clipboard

The unique identifier of the job run.

Link copied to clipboard

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

Link copied to clipboard

The date and time when the job run began.

Link copied to clipboard

The current state of the job run entity itself.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String