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 |
Synopsis
- data CategoricalHyperParameterRange = CategoricalHyperParameterRange' {}
- newCategoricalHyperParameterRange :: CategoricalHyperParameterRange
- categoricalHyperParameterRange_values :: Lens' CategoricalHyperParameterRange (Maybe [Text])
- categoricalHyperParameterRange_name :: Lens' CategoricalHyperParameterRange (Maybe Text)
Documentation
data CategoricalHyperParameterRange Source #
Provides the name and range of a categorical hyperparameter.
See: newCategoricalHyperParameterRange
smart constructor.
Instances
newCategoricalHyperParameterRange :: CategoricalHyperParameterRange Source #
Create a value of CategoricalHyperParameterRange
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:values:CategoricalHyperParameterRange'
, categoricalHyperParameterRange_values
- A list of the categories for the hyperparameter.
$sel:name:CategoricalHyperParameterRange'
, categoricalHyperParameterRange_name
- The name of the hyperparameter.
categoricalHyperParameterRange_values :: Lens' CategoricalHyperParameterRange (Maybe [Text]) Source #
A list of the categories for the hyperparameter.
categoricalHyperParameterRange_name :: Lens' CategoricalHyperParameterRange (Maybe Text) Source #
The name of the hyperparameter.