Interface IncrementalTrainingDataChannel.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IncrementalTrainingDataChannel.Builder,
,IncrementalTrainingDataChannel> SdkBuilder<IncrementalTrainingDataChannel.Builder,
,IncrementalTrainingDataChannel> SdkPojo
- Enclosing class:
IncrementalTrainingDataChannel
@Mutable
@NotThreadSafe
public static interface IncrementalTrainingDataChannel.Builder
extends SdkPojo, CopyableBuilder<IncrementalTrainingDataChannel.Builder,IncrementalTrainingDataChannel>
-
Method Summary
Modifier and TypeMethodDescriptionchannelName
(String channelName) The name of the incremental training data channel.trainedModelArn
(String trainedModelArn) The Amazon Resource Name (ARN) of the base trained model to use for incremental training.versionIdentifier
(String versionIdentifier) The version identifier of the base trained model to use for incremental training.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
-
trainedModelArn
The Amazon Resource Name (ARN) of the base trained model to use for incremental training. This model serves as the starting point for the incremental training process.
- Parameters:
trainedModelArn
- The Amazon Resource Name (ARN) of the base trained model to use for incremental training. This model serves as the starting point for the incremental training process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionIdentifier
The version identifier of the base trained model to use for incremental training. If not specified, the latest version of the trained model is used.
- Parameters:
versionIdentifier
- The version identifier of the base trained model to use for incremental training. If not specified, the latest version of the trained model is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
The name of the incremental training data channel. This name is used to identify the channel during the training process and must be unique within the training job.
- Parameters:
channelName
- The name of the incremental training data channel. This name is used to identify the channel during the training process and must be unique within the training job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-