feature_group_tags
Expands all tag keys and values for feature_groups
in a region
Overview
Name | feature_group_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::FeatureGroup |
Id | aws.sagemaker.feature_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
feature_group_name | string | The Name of the FeatureGroup. |
record_identifier_feature_name | string | The Record Identifier Feature Name. |
event_time_feature_name | string | The Event Time Feature Name. |
feature_definitions | array | An Array of Feature Definition |
online_store_config | object | |
offline_store_config | object | |
throughput_config | object | |
role_arn | string | Role Arn |
description | string | Description about the FeatureGroup. |
creation_time | string | A timestamp of FeatureGroup creation time. |
feature_group_status | string | The status of the feature group. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all feature_groups
in a region.
SELECT
region,
feature_group_name,
record_identifier_feature_name,
event_time_feature_name,
feature_definitions,
online_store_config,
offline_store_config,
throughput_config,
role_arn,
description,
creation_time,
feature_group_status,
tag_key,
tag_value
FROM aws.sagemaker.feature_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the feature_group_tags
resource, see feature_groups