aws.sagemaker.list_model_cards
Example SQL Queries
SELECT * FROMaws.sagemaker.list_model_cards;Description
List existing model cards.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column Only list model cards that were created after the time specified. | TIMESTAMP_S |
| creation_time_before Input Column Only list model cards that were created before the time specified. | TIMESTAMP_S |
| model_card_status Input Column The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
| VARCHAR |
| name_contains Input Column Only list model cards with names that contain the specified string. | VARCHAR |
| sort_by Input Column Sort model cards by either name or creation time. Sorts by creation time by default. | VARCHAR |
| sort_order Input Column Sort model cards 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 was created. | TIMESTAMP_S |
| last_modified_time The date and time that the model card was last modified. | TIMESTAMP_S |
| model_card_arn The Amazon Resource Name (ARN) of the model card. | VARCHAR |
| model_card_name The name of the model card. | VARCHAR |