You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ProcessingJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProcessingJobSummary
- Defined in:
- (unknown)
Overview
Summary of information about a processing job.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the processing job was created.
-
#exit_message ⇒ String
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
-
#failure_reason ⇒ String
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
-
#last_modified_time ⇒ Time
A timestamp that indicates the last time the processing job was modified.
-
#processing_end_time ⇒ Time
The time at which the processing job completed.
-
#processing_job_arn ⇒ String
The Amazon Resource Name (ARN) of the processing job..
-
#processing_job_name ⇒ String
The name of the processing job.
-
#processing_job_status ⇒ String
The status of the processing job.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the processing job was created.
#exit_message ⇒ String
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
#failure_reason ⇒ String
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
#last_modified_time ⇒ Time
A timestamp that indicates the last time the processing job was modified.
#processing_end_time ⇒ Time
The time at which the processing job completed.
#processing_job_arn ⇒ String
The Amazon Resource Name (ARN) of the processing job..
#processing_job_name ⇒ String
The name of the processing job.
#processing_job_status ⇒ String
The status of the processing job.
Possible values:
- InProgress
- Completed
- Failed
- Stopping
- Stopped