HyperParameterTuningJobConfigStrategyConfigHyperbandStrategyConfig constructor
const
HyperParameterTuningJobConfigStrategyConfigHyperbandStrategyConfig({})
Creates a new HyperParameterTuningJobConfigStrategyConfigHyperbandStrategyConfig.
maxResource Upper bound for resource allocation.
minResource Lower bound for resource allocation.
Implementation
const HyperParameterTuningJobConfigStrategyConfigHyperbandStrategyConfig({
this.maxResource,
this.minResource,
});