Interface CreateTrainedModelResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CleanRoomsMlResponse.Builder,- CopyableBuilder<CreateTrainedModelResponse.Builder,,- CreateTrainedModelResponse> - SdkBuilder<CreateTrainedModelResponse.Builder,,- CreateTrainedModelResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateTrainedModelResponse
@Mutable
@NotThreadSafe
public static interface CreateTrainedModelResponse.Builder
extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<CreateTrainedModelResponse.Builder,CreateTrainedModelResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiontrainedModelArn(String trainedModelArn) The Amazon Resource Name (ARN) of the trained model.versionIdentifier(String versionIdentifier) The unique version identifier assigned to the newly created trained model.Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
trainedModelArnThe Amazon Resource Name (ARN) of the trained model. - Parameters:
- trainedModelArn- The Amazon Resource Name (ARN) of the trained model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionIdentifierThe unique version identifier assigned to the newly created trained model. This identifier can be used to reference this specific version of the trained model in subsequent operations such as inference jobs or incremental training. The initial version identifier for the base version of the trained model is "NULL". - Parameters:
- versionIdentifier- The unique version identifier assigned to the newly created trained model. This identifier can be used to reference this specific version of the trained model in subsequent operations such as inference jobs or incremental training.- The initial version identifier for the base version of the trained model is "NULL". 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-