Class: Aws::GlueDataBrew::Types::Job
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::Job
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Represents all of the attributes of a DataBrew job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the AWS account that owns the job.
-
#create_date ⇒ Time
The date and time that the job was created.
-
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the job.
-
#dataset_name ⇒ String
A dataset that the job is to process.
-
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output.
-
#encryption_mode ⇒ String
The encryption mode for the job, which can be one of the following:.
-
#job_sample ⇒ Types::JobSample
A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run.
-
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last modified the job.
-
#last_modified_date ⇒ Time
The modification date and time of the job.
-
#log_subscription ⇒ String
The current status of Amazon CloudWatch logging for the job.
-
#max_capacity ⇒ Integer
The maximum number of nodes that can be consumed when the job processes data.
-
#max_retries ⇒ Integer
The maximum number of times to retry the job after a job run fails.
-
#name ⇒ String
The unique name of the job.
-
#outputs ⇒ Array<Types::Output>
One or more artifacts that represent output from running the job.
-
#project_name ⇒ String
The name of the project that the job is associated with.
-
#recipe_reference ⇒ Types::RecipeReference
A set of steps that the job runs.
-
#resource_arn ⇒ String
The unique Amazon Resource Name (ARN) for the job.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role to be assumed for this job.
-
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the job.
-
#timeout ⇒ Integer
The job's timeout in minutes.
-
#type ⇒ String
The job type of the job, which must be one of the following:.
Instance Attribute Details
#account_id ⇒ String
The ID of the AWS account that owns the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time that the job was created.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
A dataset that the job is to process.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output. For more information, see Encrypting data written by DataBrew jobs
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#encryption_mode ⇒ String
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by AWS KMS.SSE-S3
- Server-side encryption with keys managed by Amazon S3.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#job_sample ⇒ Types::JobSample
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 value is used. The default value
is CUSTOM_ROWS for the mode parameter and 20,000 for the size
parameter.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last modified the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The modification date and time of the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#log_subscription ⇒ String
The current status of Amazon CloudWatch logging for the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#max_capacity ⇒ Integer
The maximum number of nodes that can be consumed when the job processes data.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#max_retries ⇒ Integer
The maximum number of times to retry the job after a job run fails.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique name of the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
One or more artifacts that represent output from running the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project that the job is associated with.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#recipe_reference ⇒ Types::RecipeReference
A set of steps that the job runs.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The unique Amazon Resource Name (ARN) for the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role to be assumed for this job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata tags that have been applied to the job.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#timeout ⇒ Integer
The job's timeout in minutes. A job that attempts to run longer
than this timeout period ends with a status of TIMEOUT
.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The job type of the job, which must be one of the following:
PROFILE
- A job to analyze a dataset, to determine its size, data types, data distribution, and more.RECIPE
- A job to apply one or more transformations to a dataset.
2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2175 class Job < Struct.new( :account_id, :created_by, :create_date, :dataset_name, :encryption_key_arn, :encryption_mode, :name, :type, :last_modified_by, :last_modified_date, :log_subscription, :max_capacity, :max_retries, :outputs, :project_name, :recipe_reference, :resource_arn, :role_arn, :timeout, :tags, :job_sample) SENSITIVE = [] include Aws::Structure end |