@Generated(value="software.amazon.awssdk:codegen") public final class ModelVersionEvaluation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelVersionEvaluation.Builder,ModelVersionEvaluation>
The model version evalutions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelVersionEvaluation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelVersionEvaluation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
evaluationScore()
The evaluation score generated for the model version.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputVariableName()
The output variable name.
|
PredictionExplanations |
predictionExplanations()
The prediction explanations generated for the model version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelVersionEvaluation.Builder> |
serializableBuilderClass() |
ModelVersionEvaluation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String outputVariableName()
The output variable name.
public final String evaluationScore()
The evaluation score generated for the model version.
public final PredictionExplanations predictionExplanations()
The prediction explanations generated for the model version.
public ModelVersionEvaluation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelVersionEvaluation.Builder,ModelVersionEvaluation>public static ModelVersionEvaluation.Builder builder()
public static Class<? extends ModelVersionEvaluation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.