Generated from protobuf messagegoogle.cloud.automl.v1.ListModelsRequest
Namespace
Google \ Cloud \ AutoMl \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Resource name of the project, from which to list the models.
↳ filter
string
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 hasimage_classification_model_metadata. * *dataset_id=5--> The model was created from a dataset with ID 5.
[[["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-09-04 UTC."],[],[],null,["# Cloud AutoML V1 Client - Class ListModelsRequest (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-automl/latest/V1.ListModelsRequest)\n- [2.0.4](/php/docs/reference/cloud-automl/2.0.4/V1.ListModelsRequest)\n- [1.6.5](/php/docs/reference/cloud-automl/1.6.5/V1.ListModelsRequest)\n- [1.5.4](/php/docs/reference/cloud-automl/1.5.4/V1.ListModelsRequest)\n- [1.4.17](/php/docs/reference/cloud-automl/1.4.17/V1.ListModelsRequest) \nReference documentation and code samples for the Cloud AutoML V1 Client class ListModelsRequest.\n\nRequest message for [AutoMl.ListModels](/php/docs/reference/cloud-automl/latest/V1.Client.AutoMlClient#_Google_Cloud_AutoMl_V1_Client_AutoMlClient__listModels__).\n\nGenerated from protobuf message `google.cloud.automl.v1.ListModelsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AutoMl \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. Resource name of the project, from which to list the models.\n\n### setParent\n\nRequired. Resource name of the project, from which to list the models.\n\n### getFilter\n\nAn expression for filtering the results of the request.\n\n- `model_metadata` - for existence of the case (e.g. `video_classification_model_metadata:*`).\n - `dataset_id` - for = or !=. Some examples of using the filter are:\n - `image_classification_model_metadata:*` --\\\u003e The model has `image_classification_model_metadata`.\n - `dataset_id=5` --\\\u003e The model was created from a dataset with ID 5.\n\n### setFilter\n\nAn expression for filtering the results of the request.\n\n- `model_metadata` - for existence of the case (e.g. `video_classification_model_metadata:*`).\n - `dataset_id` - for = or !=. Some examples of using the filter are:\n - `image_classification_model_metadata:*` --\\\u003e The model has `image_classification_model_metadata`.\n - `dataset_id=5` --\\\u003e The model was created from a dataset with ID 5.\n\n### getPageSize\n\nRequested page size.\n\n### setPageSize\n\nRequested page size.\n\n### getPageToken\n\nA token identifying a page of results for the server to return\nTypically obtained via\n[ListModelsResponse.next_page_token](/php/docs/reference/cloud-automl/latest/V1.ListModelsResponse#_Google_Cloud_AutoMl_V1_ListModelsResponse__getNextPageToken__) of the previous\n[AutoMl.ListModels](/php/docs/reference/cloud-automl/latest/V1.Client.AutoMlClient#_Google_Cloud_AutoMl_V1_Client_AutoMlClient__listModels__) call.\n\n### setPageToken\n\nA token identifying a page of results for the server to return\nTypically obtained via\n[ListModelsResponse.next_page_token](/php/docs/reference/cloud-automl/latest/V1.ListModelsResponse#_Google_Cloud_AutoMl_V1_ListModelsResponse__getNextPageToken__) of the previous\n[AutoMl.ListModels](/php/docs/reference/cloud-automl/latest/V1.Client.AutoMlClient#_Google_Cloud_AutoMl_V1_Client_AutoMlClient__listModels__) call.\n\n### static::build"]]