Skip to content

/AWS1/CL_LOV=>LISTMODELS()

About ListModels

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.

Method Signature

IMPORTING

Required arguments:

IV_PROJECTNAME TYPE /AWS1/LOVPROJECTNAME /AWS1/LOVPROJECTNAME

The name of the project that contains the model versions that you want to list.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/LOVPAGINATIONTOKEN /AWS1/LOVPAGINATIONTOKEN

If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of models.

IV_MAXRESULTS TYPE /AWS1/LOVPAGESIZE /AWS1/LOVPAGESIZE

The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LOVLISTMODELSRESPONSE /AWS1/CL_LOVLISTMODELSRESPONSE