Class: Aws::SageMaker::Types::TrialComponentSourceDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TrialComponentSourceDetail
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Detailed information about the source of a trial component. Either ‘ProcessingJob` or `TrainingJob` is returned.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #processing_job  ⇒ Types::ProcessingJob 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a processing job that’s the source of a trial component.
 - 
  
    
      #source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the source.
 - 
  
    
      #training_job  ⇒ Types::TrainingJob 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a training job that’s the source of a trial component.
 - 
  
    
      #transform_job  ⇒ Types::TransformJob 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a transform job that’s the source of a trial component.
 
Instance Attribute Details
#processing_job ⇒ Types::ProcessingJob
Information about a processing job that’s the source of a trial component.
      46724 46725 46726 46727 46728 46729 46730 46731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46724 class TrialComponentSourceDetail < Struct.new( :source_arn, :training_job, :processing_job, :transform_job) SENSITIVE = [] include Aws::Structure end  | 
  
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
      46724 46725 46726 46727 46728 46729 46730 46731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46724 class TrialComponentSourceDetail < Struct.new( :source_arn, :training_job, :processing_job, :transform_job) SENSITIVE = [] include Aws::Structure end  | 
  
#training_job ⇒ Types::TrainingJob
Information about a training job that’s the source of a trial component.
      46724 46725 46726 46727 46728 46729 46730 46731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46724 class TrialComponentSourceDetail < Struct.new( :source_arn, :training_job, :processing_job, :transform_job) SENSITIVE = [] include Aws::Structure end  | 
  
#transform_job ⇒ Types::TransformJob
Information about a transform job that’s the source of a trial component.
      46724 46725 46726 46727 46728 46729 46730 46731  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 46724 class TrialComponentSourceDetail < Struct.new( :source_arn, :training_job, :processing_job, :transform_job) SENSITIVE = [] include Aws::Structure end  |