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 Summary
Modifier 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.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
trainedModelArn
The 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.
-
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".
- 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.
-