@Generated(value="software.amazon.awssdk:codegen") public final class UpdateActiveModelVersionRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<UpdateActiveModelVersionRequest.Builder,UpdateActiveModelVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateActiveModelVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateActiveModelVersionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelName()
The name of the machine learning model for which the active model version is being set.
|
Long |
modelVersion()
The version of the machine learning model for which the active model version is being set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateActiveModelVersionRequest.Builder> |
serializableBuilderClass() |
UpdateActiveModelVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the machine learning model for which the active model version is being set.
public final Long modelVersion()
The version of the machine learning model for which the active model version is being set.
public UpdateActiveModelVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateActiveModelVersionRequest.Builder,UpdateActiveModelVersionRequest>toBuilder in class LookoutEquipmentRequestpublic static UpdateActiveModelVersionRequest.Builder builder()
public static Class<? extends UpdateActiveModelVersionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.