@Generated(value="software.amazon.awssdk:codegen") public final class FinalAutoMLJobObjectiveMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>
The best candidate result from an AutoML training job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FinalAutoMLJobObjectiveMetric.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FinalAutoMLJobObjectiveMetric.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AutoMLMetricEnum |
metricName()
The name of the metric with the best result.
|
String |
metricNameAsString()
The name of the metric with the best result.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FinalAutoMLJobObjectiveMetric.Builder> |
serializableBuilderClass() |
FinalAutoMLJobObjectiveMetric.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AutoMLJobObjectiveType |
type()
The type of metric with the best result.
|
String |
typeAsString()
The type of metric with the best result.
|
Float |
value()
The value of the metric with the best result.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic AutoMLJobObjectiveType type()
The type of metric with the best result.
If the service returns an enum value that is not available in the current SDK version, type will return
AutoMLJobObjectiveType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
AutoMLJobObjectiveTypepublic String typeAsString()
The type of metric with the best result.
If the service returns an enum value that is not available in the current SDK version, type will return
AutoMLJobObjectiveType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
AutoMLJobObjectiveTypepublic AutoMLMetricEnum metricName()
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
If the service returns an enum value that is not available in the current SDK version, metricName will
return AutoMLMetricEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
metricNameAsString().
AutoMLMetricEnumpublic String metricNameAsString()
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
If the service returns an enum value that is not available in the current SDK version, metricName will
return AutoMLMetricEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
metricNameAsString().
AutoMLMetricEnumpublic Float value()
The value of the metric with the best result.
public FinalAutoMLJobObjectiveMetric.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>public static FinalAutoMLJobObjectiveMetric.Builder builder()
public static Class<? extends FinalAutoMLJobObjectiveMetric.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.