Class: Aws::CleanRoomsML::Types::ModelInferenceDataSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ml_input_channel_arnString

The Amazon Resource Name (ARN) of the ML input channel for this model inference data source.

Returns:

  • (String)


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