@Generated(value="software.amazon.awssdk:codegen") public final class FinalAutoMLJobObjectiveMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FinalAutoMLJobObjectiveMetric.Builder,FinalAutoMLJobObjectiveMetric>
The candidate result from a 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.
|
String |
metricNameAsString()
The name of the metric.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FinalAutoMLJobObjectiveMetric.Builder> |
serializableBuilderClass() |
FinalAutoMLJobObjectiveMetric.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AutoMLJobObjectiveType |
type()
The metric type used.
|
String |
typeAsString()
The metric type used.
|
Float |
value()
The value of the metric.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic AutoMLJobObjectiveType type()
The metric type used.
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 metric type used.
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.
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.
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.
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.