Class: Aws::SageMaker::Types::TrainingJobSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TrainingJobSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Provides summary information about a training job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that shows when the training job was created.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when the training job was last modified.
 - 
  
    
      #secondary_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The secondary status of the training job.
 - 
  
    
      #training_end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that shows when the training job ended.
 - 
  
    
      #training_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the training job.
 - 
  
    
      #training_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the training job that you want a summary for.
 - 
  
    
      #training_job_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the training job.
 - 
  
    
      #training_plan_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN); of the training plan associated with this training job.
 - 
  
    
      #warm_pool_status  ⇒ Types::WarmPoolStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the warm pool associated with the training job.
 
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the training job was created.
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
Timestamp when the training job was last modified.
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#secondary_status ⇒ String
The secondary status of the training job.
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#training_end_time ⇒ Time
A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (‘Completed`, `Failed`, or `Stopped`).
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#training_job_arn ⇒ String
The Amazon Resource Name (ARN) of the training job.
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#training_job_name ⇒ String
The name of the training job that you want a summary for.
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#training_job_status ⇒ String
The status of the training job.
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#training_plan_arn ⇒ String
The Amazon Resource Name (ARN); of the training plan associated with this training job.
For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see ‘ CreateTrainingPlan `.
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#warm_pool_status ⇒ Types::WarmPoolStatus
The status of the warm pool associated with the training job.
      45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45788 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status, :secondary_status, :warm_pool_status, :training_plan_arn) SENSITIVE = [] include Aws::Structure end  |