Class: Aws::SageMaker::Types::CreateTrialComponentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateTrialComponentResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #trial_component_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the trial component.
 
Instance Attribute Details
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
      10661 10662 10663 10664 10665  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10661 class CreateTrialComponentResponse < Struct.new( :trial_component_arn) SENSITIVE = [] include Aws::Structure end  |