str
Required. Resource name of the project, from
which to list the models.
filter
str
An expression for filtering the results of the request.
- ``model_metadata`` - for existence of the case (e.g.
``video_classification_model_metadata:*``).
- ``dataset_id`` - for = or !=. Some examples of using the
filter are:
- ``image_classification_model_metadata:*`` --> The model
has ``image_classification_model_metadata``.
- ``dataset_id=5`` --> The model was created from a dataset
with ID 5.
page_size
int
Requested page size.
page_token
str
A token identifying a page of results for the server to
return Typically obtained via
ListModelsResponse.next_page_token
of the previous
AutoMl.ListModels
call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-11 UTC."],[],[]]