feature_groups_list_only
Lists feature_groups
in a region or regions, for all properties use feature_groups
Overview
Name | feature_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::FeatureGroup |
Id | aws.sagemaker.feature_groups_list_only |
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. |
tags | array | An array of key-value pair to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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