End of support notice: On October 31, 2025, AWS
will discontinue support for Amazon Lookout for Vision. After October 31, 2025, you will
no longer be able to access the Lookout for Vision console or Lookout for Vision resources.
For more information, visit this
blog post
Viewing your models
A project can have multiple versions of a model. You can use the console to view the models in a project.
You can also use the ListModels
operation.
Note
The list of models is eventually consistent. If you create a model, you might have to wait a short while before the models list is up to date.
Viewing your models (console)
Perform the steps in the following procedure to view your project's models in the console.
To view your models (console)
Open the Amazon Lookout for Vision console at https://console.aws.amazon.com/lookoutvision/
. Choose Get started.
In the left navigation pane, choose Projects.
On the Projects page, select the project that contains the models that you want to view.
In the left navigation pane, choose Models and then view the model details.
Viewing your models (SDK)
To get view the versions of a model you use the ListModels
operation. To get information
about a specific model version, use the DescribeModel
operation. The following example lists all
the model versions in a project and then displays performance and output configuration information for individual
model versions.
To view your models (SDK)
-
If you haven't already done so, install and configure the AWS CLI and the AWS SDKs. For more information, see Step 4: Set up the AWS CLI and AWS SDKs.
Use the following example code to list your models and get information about a model.