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.
4241 4242 4243 4244 4245 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4241 class ModelInferenceDataSource < Struct.new( :ml_input_channel_arn) SENSITIVE = [] include Aws::Structure end |