Skip to main content

model_package_groups_list_only

Lists model_package_groups in a region or regions, for all properties use model_package_groups

Overview

Namemodel_package_groups_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::ModelPackageGroup
Idaws.sagemaker.model_package_groups_list_only

Fields

NameDatatypeDescription
tagsarrayAn array of key-value pairs to apply to this resource.
model_package_group_arnstringThe Amazon Resource Name (ARN) of the model package group.
model_package_group_namestringThe name of the model package group.
model_package_group_descriptionstringThe description of the model package group.
model_package_group_policyobject
creation_timestringThe time at which the model package group was created.
model_package_group_statusstringThe status of a modelpackage group job.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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