Optional. PublisherModel view specifying which fields to read.
orderBystring
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
languageCodestring
Optional. The IETF BCP-47 language code representing the language in which the publisher models' text information should be written in. If not set, by default English (en).
listAllVersionsboolean
Optional. List all publisher model versions if the flag is set to true.
[[["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-27 UTC."],[],[],null,["# Method: models.list\n\n**Full name**: publishers.models.list\n\nLists publisher models in Model Garden. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/models` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The name of the Publisher from which to list the PublisherModels. Format: `publishers/{publisher}`\n\n### Query parameters\n\n`filter` `string` \nOptional. The standard list filter.\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token. Typically obtained via [ListPublisherModelsResponse.next_page_token](/vertex-ai/docs/reference/rest/v1beta1/publishers.models/list#body.ListPublisherModelsResponse.FIELDS.next_page_token) of the previous [ModelGardenService.ListPublisherModels](/vertex-ai/docs/reference/rest/v1beta1/publishers.models/list#google.cloud.aiplatform.v1beta1.ModelGardenService.ListPublisherModels) call.\n`view` `enum (`[PublisherModelView](/vertex-ai/docs/reference/rest/v1beta1/PublisherModelView)`)` \nOptional. PublisherModel view specifying which fields to read.\n`orderBy` `string` \nOptional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending.\n`languageCode` `string` \nOptional. The IETF BCP-47 language code representing the language in which the publisher models' text information should be written in. If not set, by default English (en).\n`listAllVersions` `boolean` \nOptional. List all publisher model versions if the flag is set to true.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [ModelGardenService.ListPublisherModels](/vertex-ai/docs/reference/rest/v1beta1/publishers.models/list#google.cloud.aiplatform.v1beta1.ModelGardenService.ListPublisherModels).\n\nIf successful, the response body contains data with the following structure:\nFields `publisherModels[]` `object (`[PublisherModel](/vertex-ai/docs/reference/rest/v1beta1/publishers.models#PublisherModel)`)` \nList of PublisherModels in the requested page.\n`nextPageToken` `string` \nA token to retrieve next page of results. Pass to \\[models.list.page_token\\]\\[\\] to obtain that page."]]