Class: Aws::SageMaker::Types::ModelDataSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelDataSource
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Specifies the location of ML model data to deploy. If specified, you must specify one and only one of the available data sources.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_data_source  ⇒ Types::S3ModelDataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the S3 location of ML model data to deploy.
 
Instance Attribute Details
#s3_data_source ⇒ Types::S3ModelDataSource
Specifies the S3 location of ML model data to deploy.
      34195 34196 34197 34198 34199  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34195 class ModelDataSource < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end  |