aws.lookoutvision.list_models
Example SQL Queries
SELECT * FROMaws.lookoutvision.list_modelsWHERE"project_name" = 'VALUE';Description
Lists the versions of a model in an Amazon Lookout for Vision project.
The ListModels operation is eventually consistent. Recent calls to CreateModel might take a while to appear in the response from ListProjects.
This operation requires permissions to perform the lookoutvision:ListModels operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The name of the project that contains the model versions that you want to list. | 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 date and time that the model was created. | TIMESTAMP_S |
| description The description for the model. | VARCHAR |
| model_arn The Amazon Resource Name (ARN) of the model. | VARCHAR |
| model_version The version of the model. | VARCHAR |
| performance Performance metrics for the model. Not available until training has successfully completed. | STRUCT( |
Show child fields
| |
| status The status of the model. | VARCHAR |
| status_message The status message for the model. | VARCHAR |