Skip to main content

feature_groups_list_only

Lists feature_groups in a region or regions, for all properties use feature_groups

Overview

Namefeature_groups_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::FeatureGroup
Idaws.sagemaker.feature_groups_list_only

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.
tagsarrayAn array of key-value pair to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all feature_groups in a region.

SELECT
region,
feature_group_name
FROM aws.sagemaker.feature_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the feature_groups_list_only resource, see feature_groups