Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobStrategyConfig
-
Packages that use HyperParameterTuningJobStrategyConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobStrategyConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobStrategyConfig Modifier and Type Method Description HyperParameterTuningJobStrategyConfigHyperParameterTuningJobConfig. strategyConfig()The configuration for theHyperbandoptimization strategy.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobStrategyConfig Modifier and Type Method Description HyperParameterTuningJobConfig.BuilderHyperParameterTuningJobConfig.Builder. strategyConfig(HyperParameterTuningJobStrategyConfig strategyConfig)The configuration for theHyperbandoptimization strategy.
-