| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperbandStrategyConfig |
HyperbandStrategyConfig.clone() |
HyperbandStrategyConfig |
HyperParameterTuningJobStrategyConfig.getHyperbandStrategyConfig()
The configuration for the object that specifies the
Hyperband strategy. |
HyperbandStrategyConfig |
HyperbandStrategyConfig.withMaxResource(Integer maxResource)
The maximum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter
tuning job.
|
HyperbandStrategyConfig |
HyperbandStrategyConfig.withMinResource(Integer minResource)
The minimum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter
tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperParameterTuningJobStrategyConfig.setHyperbandStrategyConfig(HyperbandStrategyConfig hyperbandStrategyConfig)
The configuration for the object that specifies the
Hyperband strategy. |
HyperParameterTuningJobStrategyConfig |
HyperParameterTuningJobStrategyConfig.withHyperbandStrategyConfig(HyperbandStrategyConfig hyperbandStrategyConfig)
The configuration for the object that specifies the
Hyperband strategy. |
Copyright © 2024. All rights reserved.