Interface IncrementalTrainingDataChannelOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IncrementalTrainingDataChannelOutput.Builder,
,IncrementalTrainingDataChannelOutput> SdkBuilder<IncrementalTrainingDataChannelOutput.Builder,
,IncrementalTrainingDataChannelOutput> SdkPojo
- Enclosing class:
IncrementalTrainingDataChannelOutput
@Mutable
@NotThreadSafe
public static interface IncrementalTrainingDataChannelOutput.Builder
extends SdkPojo, CopyableBuilder<IncrementalTrainingDataChannelOutput.Builder,IncrementalTrainingDataChannelOutput>
-
Method Summary
Modifier and TypeMethodDescriptionchannelName
(String channelName) The name of the incremental training data channel that was used.The name of the base trained model that was used for incremental training.versionIdentifier
(String versionIdentifier) The version identifier of the trained model that was used 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
-
channelName
The name of the incremental training data channel that was used.
- Parameters:
channelName
- The name of the incremental training data channel that was used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionIdentifier
The version identifier of the trained model that was used for incremental training.
- Parameters:
versionIdentifier
- The version identifier of the trained model that was used for incremental training.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
The name of the base trained model that was used for incremental training.
- Parameters:
modelName
- The name of the base trained model that was used for incremental training.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-