aws.sagemaker.list_model_card_versions
Example SQL Queries
SELECT * FROMaws.sagemaker.list_model_card_versionsWHERE"model_card_name" = 'VALUE';Description
List existing versions of an Amazon SageMaker Model Card.
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_card_name Required Input Column The name of the model card. | VARCHAR |
| creation_time_after Input Column Only list model card versions that were created after the time specified. | TIMESTAMP_S |
| creation_time_before Input Column Only list model card versions that were created before the time specified. | TIMESTAMP_S |
| model_card_status Input Column The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.
| VARCHAR |
| sort_by Input Column Sort listed model card versions by version. Sorts by version by default. | VARCHAR |
| sort_order Input Column Sort model card versions by ascending or descending order. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_time The date and time that the model card version was created. | TIMESTAMP_S |
| last_modified_time The time date and time that the model card version was last modified. | TIMESTAMP_S |
| model_card_arn The Amazon Resource Name (ARN) of the model card. | VARCHAR |
| model_card_version A version of the model card. | BIGINT |