@Generated(value="software.amazon.awssdk:codegen") public final class FinalHyperParameterTuningJobObjectiveMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FinalHyperParameterTuningJobObjectiveMetric.Builder,FinalHyperParameterTuningJobObjectiveMetric>
Shows the final value for the objective metric for a training job that was launched by a hyperparameter tuning job.
You define the objective metric in the HyperParameterTuningJobObjective
parameter of
HyperParameterTuningJobConfig.
Modifier and Type | Class and Description |
---|---|
static interface |
FinalHyperParameterTuningJobObjectiveMetric.Builder |
Modifier and Type | Method and Description |
---|---|
static FinalHyperParameterTuningJobObjectiveMetric.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metricName()
The name of the objective metric.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FinalHyperParameterTuningJobObjectiveMetric.Builder> |
serializableBuilderClass() |
FinalHyperParameterTuningJobObjectiveMetric.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
HyperParameterTuningJobObjectiveType |
type()
Whether to minimize or maximize the objective metric.
|
String |
typeAsString()
Whether to minimize or maximize the objective metric.
|
Float |
value()
The value of the objective metric.
|
copy
public HyperParameterTuningJobObjectiveType type()
Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.
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()
.
HyperParameterTuningJobObjectiveType
public String typeAsString()
Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.
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()
.
HyperParameterTuningJobObjectiveType
public String metricName()
The name of the objective metric.
public Float value()
The value of the objective metric.
public FinalHyperParameterTuningJobObjectiveMetric.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FinalHyperParameterTuningJobObjectiveMetric.Builder,FinalHyperParameterTuningJobObjectiveMetric>
public static FinalHyperParameterTuningJobObjectiveMetric.Builder builder()
public static Class<? extends FinalHyperParameterTuningJobObjectiveMetric.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.