Class HyperParameterTuningJobStrategyConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobStrategyConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HyperParameterTuningJobStrategyConfig.Builder,HyperParameterTuningJobStrategyConfig>
@Generated("software.amazon.awssdk:codegen") public final class HyperParameterTuningJobStrategyConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperParameterTuningJobStrategyConfig.Builder,HyperParameterTuningJobStrategyConfig>
The configuration for a training job launched by a hyperparameter tuning job. Choose
Bayesianfor Bayesian optimization, andRandomfor random search optimization. For more advanced use cases, useHyperband, which evaluates objective metrics for training jobs after every epoch. For more information about strategies, see How Hyperparameter Tuning Works.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHyperParameterTuningJobStrategyConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HyperParameterTuningJobStrategyConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HyperbandStrategyConfighyperbandStrategyConfig()The configuration for the object that specifies theHyperbandstrategy.List<SdkField<?>>sdkFields()static Class<? extends HyperParameterTuningJobStrategyConfig.Builder>serializableBuilderClass()HyperParameterTuningJobStrategyConfig.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
-
hyperbandStrategyConfig
public final HyperbandStrategyConfig hyperbandStrategyConfig()
The configuration for the object that specifies the
Hyperbandstrategy. This parameter is only supported for theHyperbandselection forStrategywithin theHyperParameterTuningJobConfigAPI.- Returns:
- The configuration for the object that specifies the
Hyperbandstrategy. This parameter is only supported for theHyperbandselection forStrategywithin theHyperParameterTuningJobConfigAPI.
-
toBuilder
public HyperParameterTuningJobStrategyConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HyperParameterTuningJobStrategyConfig.Builder,HyperParameterTuningJobStrategyConfig>
-
builder
public static HyperParameterTuningJobStrategyConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends HyperParameterTuningJobStrategyConfig.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.
-
-