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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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.
      2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2572 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  |