aws.lookoutvision.list_model_packaging_jobs
Example SQL Queries
SELECT * FROMaws.lookoutvision.list_model_packaging_jobsWHERE"project_name" = 'VALUE';Description
Lists the model packaging jobs created for an Amazon Lookout for Vision project.
This operation requires permissions to perform the lookoutvision:ListModelPackagingJobs operation.
For more information, see Using your Amazon Lookout for Vision model on an edge device in the Amazon Lookout for Vision Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The project that contains the model that is in the model package. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_timestamp The Unix timestamp for the time and date that the model packaging job was created. | TIMESTAMP_S |
| job_name The name of the model packaging job. | VARCHAR |
| last_updated_timestamp The Unix timestamp for the time and date that the model packaging job was last updated. | TIMESTAMP_S |
| model_packaging_job_description The description for the model packaging job. | VARCHAR |
| model_packaging_method The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass. | VARCHAR |
| model_version The version of the model that is in the model package. | VARCHAR |
| status The status of the model packaging job. | VARCHAR |
| status_message The status message for the model packaging job. | VARCHAR |