public static interface UpdateActiveModelVersionResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<UpdateActiveModelVersionResponse.Builder,UpdateActiveModelVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateActiveModelVersionResponse.Builder |
currentActiveVersion(Long currentActiveVersion)
The version that is currently active of the machine learning model for which the active model version was
set.
|
UpdateActiveModelVersionResponse.Builder |
currentActiveVersionArn(String currentActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model
version.
|
UpdateActiveModelVersionResponse.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
|
UpdateActiveModelVersionResponse.Builder |
modelName(String modelName)
The name of the machine learning model for which the active model version was set.
|
UpdateActiveModelVersionResponse.Builder |
previousActiveVersion(Long previousActiveVersion)
The previous version that was active of the machine learning model for which the active model version was
set.
|
UpdateActiveModelVersionResponse.Builder |
previousActiveVersionArn(String previousActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model
version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateActiveModelVersionResponse.Builder modelName(String modelName)
The name of the machine learning model for which the active model version was set.
modelName - The name of the machine learning model for which the active model version was set.UpdateActiveModelVersionResponse.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
modelArn - The Amazon Resource Name (ARN) of the machine learning model for which the active model version was
set.UpdateActiveModelVersionResponse.Builder currentActiveVersion(Long currentActiveVersion)
The version that is currently active of the machine learning model for which the active model version was set.
currentActiveVersion - The version that is currently active of the machine learning model for which the active model version
was set.UpdateActiveModelVersionResponse.Builder previousActiveVersion(Long previousActiveVersion)
The previous version that was active of the machine learning model for which the active model version was set.
previousActiveVersion - The previous version that was active of the machine learning model for which the active model version
was set.UpdateActiveModelVersionResponse.Builder currentActiveVersionArn(String currentActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
currentActiveVersionArn - The Amazon Resource Name (ARN) of the machine learning model version that is the current active model
version.UpdateActiveModelVersionResponse.Builder previousActiveVersionArn(String previousActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
previousActiveVersionArn - The Amazon Resource Name (ARN) of the machine learning model version that was the previous active
model version.Copyright © 2023. All rights reserved.