Class: Aws::SageMaker::Types::DataSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DataSource
 
 
- 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
- 
  
    
      #file_system_data_source  ⇒ Types::FileSystemDataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The file system that is associated with a channel.
 - 
  
    
      #s3_data_source  ⇒ Types::S3DataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 location of the data source that is associated with a channel.
 
Instance Attribute Details
#file_system_data_source ⇒ Types::FileSystemDataSource
The file system that is associated with a channel.
      11466 11467 11468 11469 11470 11471  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11466 class DataSource < Struct.new( :s3_data_source, :file_system_data_source) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_data_source ⇒ Types::S3DataSource
The S3 location of the data source that is associated with a channel.
      11466 11467 11468 11469 11470 11471  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11466 class DataSource < Struct.new( :s3_data_source, :file_system_data_source) SENSITIVE = [] include Aws::Structure end  |