| 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.CategoricalParameter
Description
Documentation
data CategoricalParameter Source #
Environment parameters you want to benchmark your load test against.
See: newCategoricalParameter smart constructor.
Constructors
| CategoricalParameter' | |
Instances
newCategoricalParameter Source #
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> CategoricalParameter | 
Create a value of CategoricalParameter 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:name:CategoricalParameter', categoricalParameter_name - The Name of the environment variable.
$sel:value:CategoricalParameter', categoricalParameter_value - The list of values you can pass.
categoricalParameter_name :: Lens' CategoricalParameter Text Source #
The Name of the environment variable.
categoricalParameter_value :: Lens' CategoricalParameter (NonEmpty Text) Source #
The list of values you can pass.