Class: Aws::SageMaker::Types::ExperimentSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ExperimentSource
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The source of the experiment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the source.
 - 
  
    
      #source_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source type.
 
Instance Attribute Details
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
      21435 21436 21437 21438 21439 21440  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21435 class ExperimentSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end  | 
  
#source_type ⇒ String
The source type.
      21435 21436 21437 21438 21439 21440  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21435 class ExperimentSource < Struct.new( :source_arn, :source_type) SENSITIVE = [] include Aws::Structure end  |