Interface UpdateActiveModelVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateActiveModelVersionResponse.Builder,
,UpdateActiveModelVersionResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<UpdateActiveModelVersionResponse.Builder,
,UpdateActiveModelVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateActiveModelVersionResponse
public static interface UpdateActiveModelVersionResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<UpdateActiveModelVersionResponse.Builder,UpdateActiveModelVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentActiveVersion
(Long currentActiveVersion) The version that is currently active of the machine learning model for which the active model version was set.currentActiveVersionArn
(String currentActiveVersionArn) The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.The name of the machine learning model for which the active model version was set.previousActiveVersion
(Long previousActiveVersion) The previous version that was active of the machine learning model for which the active model version was set.previousActiveVersionArn
(String previousActiveVersionArn) The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
modelName
The name of the machine learning model for which the active model version was set.
- Parameters:
modelName
- The name of the machine learning model for which the active model version was set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
- Parameters:
modelArn
- The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentActiveVersion
The version that is currently active of the machine learning model for which the active model version was set.
- Parameters:
currentActiveVersion
- The version that is currently active of the machine learning model for which the active model version was set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
previousActiveVersion
The previous version that was active of the machine learning model for which the active model version was set.
- Parameters:
previousActiveVersion
- The previous version that was active of the machine learning model for which the active model version was set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentActiveVersionArn
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
- Parameters:
currentActiveVersionArn
- The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
previousActiveVersionArn
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
- Parameters:
previousActiveVersionArn
- The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-