@Generated(value="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 Bayesian for
Bayesian optimization, and Random for random search optimization. For more advanced use cases, use
Hyperband, which evaluates objective metrics for training jobs after every epoch. For more information
about strategies, see How Hyperparameter
Tuning Works.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HyperParameterTuningJobStrategyConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterTuningJobStrategyConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HyperbandStrategyConfig |
hyperbandStrategyConfig()
The configuration for the object that specifies the
Hyperband strategy. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HyperParameterTuningJobStrategyConfig.Builder> |
serializableBuilderClass() |
HyperParameterTuningJobStrategyConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HyperbandStrategyConfig hyperbandStrategyConfig()
The configuration for the object that specifies the Hyperband strategy. This parameter is only
supported for the Hyperband selection for Strategy within the
HyperParameterTuningJobConfig API.
Hyperband strategy. This parameter is
only supported for the Hyperband selection for Strategy within the
HyperParameterTuningJobConfig API.public HyperParameterTuningJobStrategyConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HyperParameterTuningJobStrategyConfig.Builder,HyperParameterTuningJobStrategyConfig>public static HyperParameterTuningJobStrategyConfig.Builder builder()
public static Class<? extends HyperParameterTuningJobStrategyConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.