@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMlModelRequest extends MachineLearningRequest implements ToCopyableBuilder<UpdateMlModelRequest.Builder,UpdateMlModelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMlModelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMlModelRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mlModelId()
The ID assigned to the
MLModel during creation. |
String |
mlModelName()
A user-supplied name or description of the
MLModel. |
Float |
scoreThreshold()
The
ScoreThreshold used in binary classification MLModel that marks the boundary
between a positive prediction and a negative prediction. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMlModelRequest.Builder> |
serializableBuilderClass() |
UpdateMlModelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String mlModelId()
The ID assigned to the MLModel during creation.
MLModel during creation.public final String mlModelName()
A user-supplied name or description of the MLModel.
MLModel.public final Float scoreThreshold()
The ScoreThreshold used in binary classification MLModel that marks the boundary
between a positive prediction and a negative prediction.
Output values greater than or equal to the ScoreThreshold receive a positive result from the
MLModel, such as true. Output values less than the ScoreThreshold receive
a negative response from the MLModel, such as false.
ScoreThreshold used in binary classification MLModel that marks the
boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the ScoreThreshold receive a positive result from the
MLModel, such as true. Output values less than the ScoreThreshold
receive a negative response from the MLModel, such as false.
public UpdateMlModelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMlModelRequest.Builder,UpdateMlModelRequest>toBuilder in class MachineLearningRequestpublic static UpdateMlModelRequest.Builder builder()
public static Class<? extends UpdateMlModelRequest.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 © 2022. All rights reserved.