@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationMetrics.Builder,EvaluationMetrics>
Evaluation metrics provide an estimate of the quality of your machine learning transform.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationMetrics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationMetrics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FindMatchesMetrics |
findMatchesMetrics()
The evaluation metrics for the find matches algorithm.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationMetrics.Builder> |
serializableBuilderClass() |
EvaluationMetrics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TransformType |
transformType()
The type of machine learning transform.
|
String |
transformTypeAsString()
The type of machine learning transform.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TransformType transformType()
The type of machine learning transform.
If the service returns an enum value that is not available in the current SDK version, transformType
will return TransformType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
transformTypeAsString().
TransformTypepublic final String transformTypeAsString()
The type of machine learning transform.
If the service returns an enum value that is not available in the current SDK version, transformType
will return TransformType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
transformTypeAsString().
TransformTypepublic final FindMatchesMetrics findMatchesMetrics()
The evaluation metrics for the find matches algorithm.
public EvaluationMetrics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationMetrics.Builder,EvaluationMetrics>public static EvaluationMetrics.Builder builder()
public static Class<? extends EvaluationMetrics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.