Class: Aws::CleanRoomsML::Types::ModelInferenceDataSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CleanRoomsML::Types::ModelInferenceDataSource
 
 
- Defined in:
 - gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
 
Overview
Defines information about the data source used for model inference.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ml_input_channel_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the ML input channel for this model inference data source.
 
Instance Attribute Details
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel for this model inference data source.
      4690 4691 4692 4693 4694  | 
    
      # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4690 class ModelInferenceDataSource < Struct.new( :ml_input_channel_arn) SENSITIVE = [] include Aws::Structure end  |