AWS::SageMaker::FeatureGroup FeatureDefinition
A list of features. You must include FeatureName
and
FeatureType
. Valid feature FeatureType
s 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:
String
FeatureType:String
Properties
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
.Required: Yes
Type: String
Minimum:
1
Maximum:
64
Pattern:
^[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 | String
Update requires: No interruption