Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobStrategyType
-
Packages that use HyperParameterTuningJobStrategyType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobStrategyType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobStrategyType Modifier and Type Method Description static HyperParameterTuningJobStrategyTypeHyperParameterTuningJobStrategyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HyperParameterTuningJobStrategyTypeHyperParameterTuningJobConfig. strategy()Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches.HyperParameterTuningJobStrategyTypeHyperParameterTuningJobSummary. strategy()Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.static HyperParameterTuningJobStrategyTypeHyperParameterTuningJobStrategyType. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HyperParameterTuningJobStrategyType Modifier and Type Method Description static Set<HyperParameterTuningJobStrategyType>HyperParameterTuningJobStrategyType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobStrategyType Modifier and Type Method Description HyperParameterTuningJobConfig.BuilderHyperParameterTuningJobConfig.Builder. strategy(HyperParameterTuningJobStrategyType strategy)Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches.HyperParameterTuningJobSummary.BuilderHyperParameterTuningJobSummary.Builder. strategy(HyperParameterTuningJobStrategyType strategy)Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.
-