Class: Aws::SageMaker::Types::ModelInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Input object for the model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_input_config  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The input configuration object for the model.
 
Instance Attribute Details
#data_input_config ⇒ String
The input configuration object for the model.
      34321 34322 34323 34324 34325  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34321 class ModelInput < Struct.new( :data_input_config) SENSITIVE = [] include Aws::Structure end  |