feature_group
Gets an individual feature_group
resource
Overview
Name | feature_group |
Type | Resource |
Description | feature_group |
Id | awscc.sagemaker.feature_group |
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
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