@Generated(value="software.amazon.awssdk:codegen") public final class UpdateActiveModelVersionResponse extends LookoutEquipmentResponse implements ToCopyableBuilder<UpdateActiveModelVersionResponse.Builder,UpdateActiveModelVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateActiveModelVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateActiveModelVersionResponse.Builder |
builder() |
Long |
currentActiveVersion()
The version that is currently active of the machine learning model for which the active model version was set.
|
String |
currentActiveVersionArn()
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelArn()
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
|
String |
modelName()
The name of the machine learning model for which the active model version was set.
|
Long |
previousActiveVersion()
The previous version that was active of the machine learning model for which the active model version was set.
|
String |
previousActiveVersionArn()
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateActiveModelVersionResponse.Builder> |
serializableBuilderClass() |
UpdateActiveModelVersionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the machine learning model for which the active model version was set.
public final String modelArn()
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
public final Long currentActiveVersion()
The version that is currently active of the machine learning model for which the active model version was set.
public final Long previousActiveVersion()
The previous version that was active of the machine learning model for which the active model version was set.
public final String currentActiveVersionArn()
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
public final String previousActiveVersionArn()
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
public UpdateActiveModelVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateActiveModelVersionResponse.Builder,UpdateActiveModelVersionResponse>toBuilder in class AwsResponsepublic static UpdateActiveModelVersionResponse.Builder builder()
public static Class<? extends UpdateActiveModelVersionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.