@Generated(value="software.amazon.awssdk:codegen") public final class HyperParameterTuningJobObjective extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperParameterTuningJobObjective.Builder,HyperParameterTuningJobObjective>
Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to
evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest
value for this metric, depending on the value you specify for the Type parameter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HyperParameterTuningJobObjective.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterTuningJobObjective.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metricName()
The name of the metric to use for the objective metric.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HyperParameterTuningJobObjective.Builder> |
serializableBuilderClass() |
HyperParameterTuningJobObjective.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
HyperParameterTuningJobObjectiveType |
type()
Whether to minimize or maximize the objective metric.
|
String |
typeAsString()
Whether to minimize or maximize the objective metric.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic HyperParameterTuningJobObjectiveType type()
Whether to minimize or maximize the objective metric.
If the service returns an enum value that is not available in the current SDK version, type will return
HyperParameterTuningJobObjectiveType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from typeAsString().
HyperParameterTuningJobObjectiveTypepublic String typeAsString()
Whether to minimize or maximize the objective metric.
If the service returns an enum value that is not available in the current SDK version, type will return
HyperParameterTuningJobObjectiveType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from typeAsString().
HyperParameterTuningJobObjectiveTypepublic String metricName()
The name of the metric to use for the objective metric.
public HyperParameterTuningJobObjective.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HyperParameterTuningJobObjective.Builder,HyperParameterTuningJobObjective>public static HyperParameterTuningJobObjective.Builder builder()
public static Class<? extends HyperParameterTuningJobObjective.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.