model_package_groups_list_only
Lists model_package_groups
in a region or regions, for all properties use model_package_groups
Overview
Name | model_package_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::ModelPackageGroup |
Id | aws.sagemaker.model_package_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
model_package_group_arn | string | The Amazon Resource Name (ARN) of the model package group. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all model_package_groups
in a region.
SELECT
region,
model_package_group_arn
FROM aws.sagemaker.model_package_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the model_package_groups_list_only
resource, see model_package_groups