Interface ModelTrainingDataChannel.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelTrainingDataChannel.Builder,
,ModelTrainingDataChannel> SdkBuilder<ModelTrainingDataChannel.Builder,
,ModelTrainingDataChannel> SdkPojo
- Enclosing class:
ModelTrainingDataChannel
public static interface ModelTrainingDataChannel.Builder
extends SdkPojo, CopyableBuilder<ModelTrainingDataChannel.Builder,ModelTrainingDataChannel>
-
Method Summary
Modifier and TypeMethodDescriptionchannelName
(String channelName) The name of the training data channel.mlInputChannelArn
(String mlInputChannelArn) The Amazon Resource Name (ARN) of the ML input channel for this model training data channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mlInputChannelArn
The Amazon Resource Name (ARN) of the ML input channel for this model training data channel.
- Parameters:
mlInputChannelArn
- The Amazon Resource Name (ARN) of the ML input channel for this model training data channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
The name of the training data channel.
- Parameters:
channelName
- The name of the training data channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-