model_cards
Retrieves a list of model_cards
in a region
Overview
Name | model_cards |
Type | Resource |
Description | model_cards |
Id | awscc.sagemaker.model_cards |
Fields
Name | Datatype | Description |
---|---|---|
model_card_name | string | The unique name of the model card. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
model_card_name
FROM awscc.sagemaker.model_cards
WHERE region = 'us-east-1'
Permissions
To operate on the model_cards
resource, the following permissions are required:
Create
sagemaker:CreateModelCard,
kms:DescribeKey,
kms:GenerateDataKey,
kms:CreateGrant,
sagemaker:DescribeModelPackageGroup,
sagemaker:DescribeModelPackage,
sagemaker:AddTags
List
sagemaker:ListModelCards,
sagemaker:ListModelCardVersions