AWS::SageMaker::FeatureGroup FeatureDefinition - AWS CloudFormation

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 AWS 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 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