FeatureMetadata - Amazon SageMaker
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).

FeatureMetadata

The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.

Contents

CreationTime

A timestamp indicating when the feature was created.

Type: Timestamp

Required: No

Description

An optional description that you specify to better describe the feature.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: .*

Required: No

FeatureGroupArn

The Amazon Resource Number (ARN) of the feature group.

Type: String

Length Constraints: Maximum length of 256.

Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:feature-group/.*

Required: No

FeatureGroupName

The name of the feature group containing the feature.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[a-zA-Z0-9]([_-]*[a-zA-Z0-9]){0,63}

Required: No

FeatureName

The name of feature.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63}

Required: No

FeatureType

The data type of the feature.

Type: String

Valid Values: Integral | Fractional | String

Required: No

LastModifiedTime

A timestamp indicating when the feature was last modified.

Type: Timestamp

Required: No

Parameters

Optional key-value pairs that you specify to better describe the feature.

Type: Array of FeatureParameter objects

Array Members: Minimum number of 0 items. Maximum number of 25 items.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: