| 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.FeatureDefinition
Description
Documentation
data FeatureDefinition Source #
A list of features. You must include FeatureName and FeatureType.
Valid feature FeatureTypes are Integral, Fractional and String.
See: newFeatureDefinition smart constructor.
Constructors
| FeatureDefinition' | |
Fields
| |
Instances
newFeatureDefinition :: FeatureDefinition Source #
Create a value of FeatureDefinition 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:featureName:FeatureDefinition', featureDefinition_featureName - The name of a feature. The type must be a string. FeatureName cannot
be any of the following: is_deleted, write_time,
api_invocation_time.
$sel:featureType:FeatureDefinition', featureDefinition_featureType - The value type of a feature. Valid values are Integral, Fractional, or
String.
featureDefinition_featureName :: Lens' FeatureDefinition (Maybe Text) Source #
The name of a feature. The type must be a string. FeatureName cannot
be any of the following: is_deleted, write_time,
api_invocation_time.
featureDefinition_featureType :: Lens' FeatureDefinition (Maybe FeatureType) Source #
The value type of a feature. Valid values are Integral, Fractional, or String.