model_package_group_tags
Expands all tag keys and values for model_package_groups in a region
Overview
| Name | model_package_group_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::SageMaker::ModelPackageGroup |
| Id | aws.sagemaker.model_package_group_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
model_package_group_arn | string | The Amazon Resource Name (ARN) of the model package group. |
model_package_group_name | string | The name of the model package group. |
model_package_group_description | string | The description of the model package group. |
model_package_group_policy | object | |
creation_time | string | The time at which the model package group was created. |
model_package_group_status | string | The status of a modelpackage group job. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all model_package_groups in a region.
SELECT
region,
model_package_group_arn,
model_package_group_name,
model_package_group_description,
model_package_group_policy,
creation_time,
model_package_group_status,
tag_key,
tag_value
FROM aws.sagemaker.model_package_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the model_package_group_tags resource, see model_package_groups