aws.sagemaker.describe_feature_metadata
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_feature_metadataWHERE"feature_group_name" = 'VALUE'AND "feature_name" = 'VALUE';Description
Shows the metadata for a feature within a feature group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| feature_group_name Required Input Column The name of the feature group that you've specified. | VARCHAR |
| feature_name Required Input Column The name of the feature that you've specified. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_time A timestamp indicating when the feature was created. | TIMESTAMP_S |
| description The description you added to describe the feature. | VARCHAR |
| feature_group_arn The Amazon Resource Number (ARN) of the feature group that contains the feature. | VARCHAR |
| feature_type The data type of the feature. | VARCHAR |
| last_modified_time A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you | TIMESTAMP_S |
| parameters The key-value pairs that you added to describe the feature. | STRUCT( |
Show child fields
| |