Skip to main content

feature_group

Gets an individual feature_group resource

Overview

Namefeature_group
TypeResource
Descriptionfeature_group
Idawscc.sagemaker.feature_group

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

Currently only SELECT is supported for this resource resource.

Example

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,
tags
FROM awscc.sagemaker.feature_group
WHERE data__Identifier = '<FeatureGroupName>';

Permissions

To operate on the feature_group resource, the following permissions are required:

Update

sagemaker:UpdateFeatureGroup,
sagemaker:DescribeFeatureGroup,
sagemaker:AddTags,
sagemaker:ListTags,
sagemaker:DeleteTags

Read

sagemaker:DescribeFeatureGroup,
sagemaker:ListTags

Delete

sagemaker:DeleteFeatureGroup,
sagemaker:DescribeFeatureGroup