Class HyperParameterTuningJobCompletionDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobCompletionDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HyperParameterTuningJobCompletionDetails.Builder,HyperParameterTuningJobCompletionDetails>
@Generated("software.amazon.awssdk:codegen") public final class HyperParameterTuningJobCompletionDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperParameterTuningJobCompletionDetails.Builder,HyperParameterTuningJobCompletionDetails>
A structure that contains runtime information about both current and completed hyperparameter tuning jobs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHyperParameterTuningJobCompletionDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HyperParameterTuningJobCompletionDetails.Builderbuilder()InstantconvergenceDetectedTime()The time in timestamp format that AMT detected model convergence, as defined by a lack of significant improvement over time based on criteria developed over a wide range of diverse benchmarking tests.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernumberOfTrainingJobsObjectiveNotImproving()The number of training jobs launched by a tuning job that are not improving (1% or less) as measured by model performance evaluated against an objective function.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HyperParameterTuningJobCompletionDetails.Builder>serializableBuilderClass()HyperParameterTuningJobCompletionDetails.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
-
numberOfTrainingJobsObjectiveNotImproving
public final Integer numberOfTrainingJobsObjectiveNotImproving()
The number of training jobs launched by a tuning job that are not improving (1% or less) as measured by model performance evaluated against an objective function.
- Returns:
- The number of training jobs launched by a tuning job that are not improving (1% or less) as measured by model performance evaluated against an objective function.
-
convergenceDetectedTime
public final Instant convergenceDetectedTime()
The time in timestamp format that AMT detected model convergence, as defined by a lack of significant improvement over time based on criteria developed over a wide range of diverse benchmarking tests.
- Returns:
- The time in timestamp format that AMT detected model convergence, as defined by a lack of significant improvement over time based on criteria developed over a wide range of diverse benchmarking tests.
-
toBuilder
public HyperParameterTuningJobCompletionDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HyperParameterTuningJobCompletionDetails.Builder,HyperParameterTuningJobCompletionDetails>
-
builder
public static HyperParameterTuningJobCompletionDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends HyperParameterTuningJobCompletionDetails.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
-
-