AWS::SageMaker::FeatureGroup FeatureDefinition
A list of features. You must include FeatureName and
FeatureType. Valid feature FeatureTypes are
Integral, Fractional and String.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FeatureName" :String, "FeatureType" :String}
YAML
FeatureName:StringFeatureType:String
Properties
FeatureName-
The name of a feature. The type must be a string.
FeatureNamecannot be any of the following:is_deleted,write_time,api_invocation_time.Required: Yes
Type: String
Minimum:
1Maximum:
64Pattern:
^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63}Update requires: No interruption
FeatureType-
The value type of a feature. Valid values are Integral, Fractional, or String.
Required: Yes
Type: String
Allowed values:
Fractional | Integral | StringUpdate requires: No interruption