@Generated(value="software.amazon.awssdk:codegen") public final class TrainingJobStatusCounters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrainingJobStatusCounters.Builder,TrainingJobStatusCounters>
The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.
Modifier and Type | Class and Description |
---|---|
static interface |
TrainingJobStatusCounters.Builder |
Modifier and Type | Method and Description |
---|---|
static TrainingJobStatusCounters.Builder |
builder() |
Integer |
completed()
The number of completed training jobs launched by the hyperparameter tuning job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
inProgress()
The number of in-progress training jobs launched by a hyperparameter tuning job.
|
Integer |
nonRetryableError()
The number of training jobs that failed and can't be retried.
|
Integer |
retryableError()
The number of training jobs that failed, but can be retried.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrainingJobStatusCounters.Builder> |
serializableBuilderClass() |
Integer |
stopped()
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
|
TrainingJobStatusCounters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer completed()
The number of completed training jobs launched by the hyperparameter tuning job.
public final Integer inProgress()
The number of in-progress training jobs launched by a hyperparameter tuning job.
public final Integer retryableError()
The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
public final Integer nonRetryableError()
The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
public final Integer stopped()
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
public TrainingJobStatusCounters.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TrainingJobStatusCounters.Builder,TrainingJobStatusCounters>
public static TrainingJobStatusCounters.Builder builder()
public static Class<? extends TrainingJobStatusCounters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.