@Generated(value="software.amazon.awssdk:codegen") public final class ObjectiveStatusCounters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectiveStatusCounters.Builder,ObjectiveStatusCounters>
Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.
Modifier and Type | Class and Description |
---|---|
static interface |
ObjectiveStatusCounters.Builder |
Modifier and Type | Method and Description |
---|---|
static ObjectiveStatusCounters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failed()
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning
process.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
pending()
The number of training jobs that are in progress and pending evaluation of their final objective metric.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ObjectiveStatusCounters.Builder> |
serializableBuilderClass() |
Integer |
succeeded()
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used
in the hyperparameter tuning process.
|
ObjectiveStatusCounters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer succeeded()
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
public final Integer pending()
The number of training jobs that are in progress and pending evaluation of their final objective metric.
public final Integer failed()
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
public ObjectiveStatusCounters.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ObjectiveStatusCounters.Builder,ObjectiveStatusCounters>
public static ObjectiveStatusCounters.Builder builder()
public static Class<? extends ObjectiveStatusCounters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.