Class: Aws::SageMaker::Types::AutoMLJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLJobSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides a summary about an AutoML job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ String
The ARN of the AutoML job.
-
#auto_ml_job_name ⇒ String
The name of the AutoML job you are requesting.
-
#auto_ml_job_secondary_status ⇒ String
The secondary status of the AutoML job.
-
#auto_ml_job_status ⇒ String
The status of the AutoML job.
-
#creation_time ⇒ Time
When the AutoML job was created.
-
#end_time ⇒ Time
The end time of an AutoML job.
-
#failure_reason ⇒ String
The failure reason of an AutoML job.
-
#last_modified_time ⇒ Time
When the AutoML job was last modified.
-
#partial_failure_reasons ⇒ Array<Types::AutoMLPartialFailureReason>
The list of reasons for partial failures within an AutoML job.
Instance Attribute Details
#auto_ml_job_arn ⇒ String
The ARN of the AutoML job.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#auto_ml_job_name ⇒ String
The name of the AutoML job you are requesting.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#auto_ml_job_secondary_status ⇒ String
The secondary status of the AutoML job.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#auto_ml_job_status ⇒ String
The status of the AutoML job.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the AutoML job was created.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end time of an AutoML job.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The failure reason of an AutoML job.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
When the AutoML job was last modified.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |
#partial_failure_reasons ⇒ Array<Types::AutoMLPartialFailureReason>
The list of reasons for partial failures within an AutoML job.
2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2550 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason, :partial_failure_reasons) SENSITIVE = [] include Aws::Structure end |