| 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.FeatureParameter
Description
Synopsis
Documentation
data FeatureParameter Source #
A key-value pair that you specify to describe the feature.
See: newFeatureParameter smart constructor.
Constructors
| FeatureParameter' | |
Instances
newFeatureParameter :: FeatureParameter Source #
Create a value of FeatureParameter 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:key:FeatureParameter', featureParameter_key - A key that must contain a value to describe the feature.
$sel:value:FeatureParameter', featureParameter_value - The value that belongs to a key.
featureParameter_key :: Lens' FeatureParameter (Maybe Text) Source #
A key that must contain a value to describe the feature.
featureParameter_value :: Lens' FeatureParameter (Maybe Text) Source #
The value that belongs to a key.