| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterTuningJobStrategyType |
HyperParameterTuningJobStrategyType.fromValue(String value)
Use this in place of valueOf.
|
static HyperParameterTuningJobStrategyType |
HyperParameterTuningJobStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HyperParameterTuningJobStrategyType[] |
HyperParameterTuningJobStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withStrategy(HyperParameterTuningJobStrategyType strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration.
|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withStrategy(HyperParameterTuningJobStrategyType strategy)
Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job
it launches.
|
Copyright © 2022. All rights reserved.