Skip to main content

model_cards_list_only

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

Overview

Namemodel_cards_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::ModelCard.
Idaws.sagemaker.model_cards_list_only

Fields

NameDatatypeDescription
model_card_arnstringThe Amazon Resource Name (ARN) of the successfully created model card.
model_card_versionintegerA version of the model card.
model_card_namestringThe unique name of the model card.
security_configobjectAn optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.
model_card_statusstringThe approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
contentobjectThe content of the model card.
creation_timestringThe date and time the model card was created.
created_byobjectInformation about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
last_modified_timestringThe date and time the model card was last modified.
last_modified_byobjectInformation about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
model_card_processing_statusstringThe processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.
tagsarrayKey-value pairs used to manage metadata for model cards.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all model_cards in a region.

SELECT
region,
model_card_name
FROM aws.sagemaker.model_cards_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the model_cards_list_only resource, see model_cards