Class: Aws::CleanRoomsML::Types::ModelTrainingDataChannel
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ModelTrainingDataChannel
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Information about the model training data channel. A training data channel is a named data source that the training algorithms can consume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The name of the training data channel.
-
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel for this model training data channel.
Instance Attribute Details
#channel_name ⇒ String
The name of the training data channel.
4262 4263 4264 4265 4266 4267 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4262 class ModelTrainingDataChannel < Struct.new( :ml_input_channel_arn, :channel_name) SENSITIVE = [] include Aws::Structure end |
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel for this model training data channel.
4262 4263 4264 4265 4266 4267 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4262 class ModelTrainingDataChannel < Struct.new( :ml_input_channel_arn, :channel_name) SENSITIVE = [] include Aws::Structure end |