Class: Aws::SageMaker::Types::UpdateTrialResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::UpdateTrialResponse
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #trial_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the trial. 
Instance Attribute Details
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
| 52884 52885 52886 52887 52888 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 52884 class UpdateTrialResponse < Struct.new( :trial_arn) SENSITIVE = [] include Aws::Structure end |