@Generated(value="software.amazon.awssdk:codegen") public final class FinalHyperParameterTuningJobObjectiveMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FinalHyperParameterTuningJobObjectiveMetric.Builder,FinalHyperParameterTuningJobObjectiveMetric>
Shows the latest objective metric emitted by 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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
HyperParameterTuningJobObjectiveType |
type()
Select if you want to minimize or maximize the objective metric during hyperparameter tuning.
|
String |
typeAsString()
Select if you want to minimize or maximize the objective metric during hyperparameter tuning.
|
Float |
value()
The value of the objective metric.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HyperParameterTuningJobObjectiveType type()
Select if you want to minimize or maximize the objective metric during hyperparameter tuning.
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 final String typeAsString()
Select if you want to minimize or maximize the objective metric during hyperparameter tuning.
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 final String metricName()
The name of the objective metric. For SageMaker built-in algorithms, metrics are defined per algorithm. See the metrics for XGBoost as an example. You can also use a custom algorithm for training and define your own metrics. For more information, see Define metrics and environment variables.
public final Float value()
The value of the objective metric.
public FinalHyperParameterTuningJobObjectiveMetric.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FinalHyperParameterTuningJobObjectiveMetric.Builder,FinalHyperParameterTuningJobObjectiveMetric>public static FinalHyperParameterTuningJobObjectiveMetric.Builder builder()
public static Class<? extends FinalHyperParameterTuningJobObjectiveMetric.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.