Class: Aws::SageMaker::Types::UpdateTrainingJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateTrainingJobResponse
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #training_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the training job.
 
Instance Attribute Details
#training_job_arn ⇒ String
The Amazon Resource Name (ARN) of the training job.
      52775 52776 52777 52778 52779  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52775 class UpdateTrainingJobResponse < Struct.new( :training_job_arn) SENSITIVE = [] include Aws::Structure end  |