Class: Aws::SageMaker::Types::AutoMLDataSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AutoMLDataSource
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The data source for the Autopilot job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_data_source  ⇒ Types::AutoMLS3DataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 location of the input data.
 
Instance Attribute Details
#s3_data_source ⇒ Types::AutoMLS3DataSource
The Amazon S3 location of the input data.
      2212 2213 2214 2215 2216  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2212 class AutoMLDataSource < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end  |