public static interface HyperParameterTuningJobStrategyConfig.Builder extends SdkPojo, CopyableBuilder<HyperParameterTuningJobStrategyConfig.Builder,HyperParameterTuningJobStrategyConfig>
| Modifier and Type | Method and Description |
|---|---|
default HyperParameterTuningJobStrategyConfig.Builder |
hyperbandStrategyConfig(Consumer<HyperbandStrategyConfig.Builder> hyperbandStrategyConfig)
The configuration for the object that specifies the
Hyperband strategy. |
HyperParameterTuningJobStrategyConfig.Builder |
hyperbandStrategyConfig(HyperbandStrategyConfig hyperbandStrategyConfig)
The configuration for the object that specifies the
Hyperband strategy. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHyperParameterTuningJobStrategyConfig.Builder hyperbandStrategyConfig(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.
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.default HyperParameterTuningJobStrategyConfig.Builder hyperbandStrategyConfig(Consumer<HyperbandStrategyConfig.Builder> 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.
HyperbandStrategyConfig.Builder avoiding
the need to create one manually via HyperbandStrategyConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to hyperbandStrategyConfig(HyperbandStrategyConfig).
hyperbandStrategyConfig - a consumer that will call methods on HyperbandStrategyConfig.BuilderhyperbandStrategyConfig(HyperbandStrategyConfig)Copyright © 2023. All rights reserved.