This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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.The name: - 
                            Must start with an alphanumeric character. 
- 
                            Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed. 
 Required: Yes Type: String Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,63}Minimum: 1Maximum: 64Update requires: No interruption 
- 
                            
- FeatureType
- 
                    The value type of a feature. Valid values are Integral, Fractional, or String. Required: Yes Type: String Allowed values: Integral | Fractional | StringUpdate requires: No interruption