Class: Aws::SageMaker::Types::DisassociateTrialComponentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DisassociateTrialComponentResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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.
 - 
  
    
      #trial_component_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the trial component.
 
Instance Attribute Details
#trial_arn ⇒ String
The Amazon Resource Name (ARN) of the trial.
      19847 19848 19849 19850 19851 19852  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19847 class DisassociateTrialComponentResponse < Struct.new( :trial_component_arn, :trial_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
      19847 19848 19849 19850 19851 19852  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19847 class DisassociateTrialComponentResponse < Struct.new( :trial_component_arn, :trial_arn) SENSITIVE = [] include Aws::Structure end  |