Class: Aws::SageMaker::Types::TrialComponentSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TrialComponentSource
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The Amazon Resource Name (ARN) and job type of the source of a trial component.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source Amazon Resource Name (ARN).
 - 
  
    
      #source_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source job type.
 
Instance Attribute Details
#source_arn ⇒ String
The source Amazon Resource Name (ARN).
      46693 46694 46695 46696 46697 46698  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46693 class TrialComponentSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end  | 
  
#source_type ⇒ String
The source job type.
      46693 46694 46695 46696 46697 46698  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46693 class TrialComponentSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end  |