| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification
Description
Synopsis
Documentation
data CategoricalParameterRangeSpecification Source #
Defines the possible values for a categorical hyperparameter.
See: newCategoricalParameterRangeSpecification smart constructor.
Constructors
| CategoricalParameterRangeSpecification' | |
Instances
newCategoricalParameterRangeSpecification Source #
Arguments
| :: NonEmpty Text | |
| -> CategoricalParameterRangeSpecification | 
Create a value of CategoricalParameterRangeSpecification 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:CategoricalParameterRangeSpecification', categoricalParameterRangeSpecification_values - The allowed categories for the hyperparameter.
categoricalParameterRangeSpecification_values :: Lens' CategoricalParameterRangeSpecification (NonEmpty Text) Source #
The allowed categories for the hyperparameter.