| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType
Description
Synopsis
- newtype HyperParameterTuningJobStrategyType where
Documentation
newtype HyperParameterTuningJobStrategyType Source #
The strategy hyperparameter tuning uses to find the best combination of
hyperparameters for your model. Currently, the only supported value is
Bayesian.
Constructors
| HyperParameterTuningJobStrategyType' | |
Bundled Patterns
| pattern HyperParameterTuningJobStrategyType_Bayesian :: HyperParameterTuningJobStrategyType | |
| pattern HyperParameterTuningJobStrategyType_Random :: HyperParameterTuningJobStrategyType |