Class: Aws::SageMaker::Types::TransformDataSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TransformDataSource
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Describes the location of the channel data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_data_source  ⇒ Types::TransformS3DataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 location of the data source that is associated with a channel.
 
Instance Attribute Details
#s3_data_source ⇒ Types::TransformS3DataSource
The S3 location of the data source that is associated with a channel.
      45821 45822 45823 45824 45825  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45821 class TransformDataSource < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end  |