@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLJobObjective extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLJobObjective.Builder,AutoMLJobObjective>
Applies a metric to minimize or maximize for the job's objective.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLJobObjective.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLJobObjective.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 AutoMLJobObjective.Builder> |
serializableBuilderClass() |
AutoMLJobObjective.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 AutoMLJobObjective.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLJobObjective.Builder,AutoMLJobObjective>public static AutoMLJobObjective.Builder builder()
public static Class<? extends AutoMLJobObjective.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.