AWS::SageMaker::FeatureGroup FeatureDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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.

The name:

  • Must start and end 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: 1

Maximum: 64

Update 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 | String

Update requires: No interruption