| 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.EnvironmentParameterRanges
Description
Documentation
data EnvironmentParameterRanges Source #
Specifies the range of environment parameters
See: newEnvironmentParameterRanges smart constructor.
Constructors
| EnvironmentParameterRanges' | |
Fields 
  | |
Instances
newEnvironmentParameterRanges :: EnvironmentParameterRanges Source #
Create a value of EnvironmentParameterRanges 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:categoricalParameterRanges:EnvironmentParameterRanges', environmentParameterRanges_categoricalParameterRanges - Specified a list of parameters for each category.
environmentParameterRanges_categoricalParameterRanges :: Lens' EnvironmentParameterRanges (Maybe (NonEmpty CategoricalParameter)) Source #
Specified a list of parameters for each category.