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 |
---|---|---|
tags | array | An array of key-value pairs to apply to this resource. |
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. |
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