aws.sagemaker.list_model_card_export_jobs
Example SQL Queries
SELECT * FROMaws.sagemaker.list_model_card_export_jobsWHERE"model_card_name" = 'VALUE';Description
List the export jobs for the Amazon SageMaker Model Card.
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_card_name Required Input Column The name of the model card that the export job exports. | VARCHAR |
| creation_time_after Input Column Only list model card export jobs that were created after the time specified. | TIMESTAMP_S |
| creation_time_before Input Column Only list model card export jobs that were created before the time specified. | TIMESTAMP_S |
| model_card_export_job_name_contains Input Column Only list model card export jobs with names that contain the specified string. | VARCHAR |
| model_card_version Input Column The version of the model card that the export job exports. | BIGINT |
| sort_by Input Column Sort model card export jobs by either name or creation time. Sorts by creation time by default. | VARCHAR |
| sort_order Input Column Sort model card export jobs by ascending or descending order. | VARCHAR |
| status_equals Input Column Only list model card export jobs with the specified status. | 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
| |
| created_at The date and time that the model card export job was created. | TIMESTAMP_S |
| last_modified_at The date and time that the model card export job was last modified.. | TIMESTAMP_S |
| model_card_export_job_arn The Amazon Resource Name (ARN) of the model card export job. | VARCHAR |
| model_card_export_job_name The name of the model card export job. | VARCHAR |
| status The completion status of the model card export job. | VARCHAR |