Skip to main content

feature_group_tags

Expands all tag keys and values for feature_groups in a region

Overview

Namefeature_group_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::FeatureGroup
Idaws.sagemaker.feature_group_tags

Fields

NameDatatypeDescription
feature_group_namestringThe Name of the FeatureGroup.
record_identifier_feature_namestringThe Record Identifier Feature Name.
event_time_feature_namestringThe Event Time Feature Name.
feature_definitionsarrayAn Array of Feature Definition
online_store_configobject
offline_store_configobject
throughput_configobject
role_arnstringRole Arn
descriptionstringDescription about the FeatureGroup.
creation_timestringA timestamp of FeatureGroup creation time.
feature_group_statusstringThe status of the feature group.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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