You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::AutoMLJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLJobSummary
- Defined in:
- (unknown)
Overview
Provides a summary about a job.
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ String
The ARN of the job.
-
#auto_ml_job_name ⇒ String
The name of the object you are requesting.
-
#auto_ml_job_secondary_status ⇒ String
The job\'s secondary status.
-
#auto_ml_job_status ⇒ String
The job\'s status.
-
#creation_time ⇒ Time
When the job was created.
-
#end_time ⇒ Time
The end time of an AutoML job.
-
#failure_reason ⇒ String
The failure reason of a job.
-
#last_modified_time ⇒ Time
When the job was last modified.
Instance Attribute Details
#auto_ml_job_arn ⇒ String
The ARN of the job.
#auto_ml_job_name ⇒ String
The name of the object you are requesting.
#auto_ml_job_secondary_status ⇒ String
The job\'s secondary status.
Possible values:
- Starting
- AnalyzingData
- FeatureEngineering
- ModelTuning
- MaxCandidatesReached
- Failed
- Stopped
- MaxAutoMLJobRuntimeReached
- Stopping
- CandidateDefinitionsGenerated
#auto_ml_job_status ⇒ String
The job\'s status.
Possible values:
- Completed
- InProgress
- Failed
- Stopped
- Stopping
#creation_time ⇒ Time
When the job was created.
#end_time ⇒ Time
The end time of an AutoML job.
#failure_reason ⇒ String
The failure reason of a job.
#last_modified_time ⇒ Time
When the job was last modified.