Class TrainingJobStatusCounters
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.TrainingJobStatusCounters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrainingJobStatusCounters.Builder,TrainingJobStatusCounters>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrainingJobStatusCounters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrainingJobStatusCounters.Builderbuilder()Integercompleted()The number of completed training jobs launched by the hyperparameter tuning job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerinProgress()The number of in-progress training jobs launched by a hyperparameter tuning job.IntegernonRetryableError()The number of training jobs that failed and can't be retried.IntegerretryableError()The number of training jobs that failed, but can be retried.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TrainingJobStatusCounters.Builder>serializableBuilderClass()Integerstopped()The number of training jobs launched by a hyperparameter tuning job that were manually stopped.TrainingJobStatusCounters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
completed
public final Integer completed()
The number of completed training jobs launched by the hyperparameter tuning job.
- Returns:
- The number of completed training jobs launched by the hyperparameter tuning job.
-
inProgress
public final Integer inProgress()
The number of in-progress training jobs launched by a hyperparameter tuning job.
- Returns:
- The number of in-progress training jobs launched by a hyperparameter tuning job.
-
retryableError
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.
- Returns:
- 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.
-
nonRetryableError
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.
- Returns:
- 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.
-
stopped
public final Integer stopped()
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
- Returns:
- The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
-
toBuilder
public TrainingJobStatusCounters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrainingJobStatusCounters.Builder,TrainingJobStatusCounters>
-
builder
public static TrainingJobStatusCounters.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrainingJobStatusCounters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-