Method: projects.locations.models.list

Lists models.

HTTP request

GET https://translate.googleapis.com/v3/{parent=projects/*/locations/*}/models

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

Query parameters

Parameters
filter

string

Optional. An expression for filtering the models that will be returned. Supported filter: datasetId=${datasetId}

pageSize

integer

Optional. Requested page size. The server can return fewer results than requested.

pageToken

string

Optional. A token identifying a page of results for the server to return. Typically obtained from nextPageToken field in the response of a models.list call.

Request body

The request body must be empty.

Response body

Response message for models.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "models": [
    {
      object (Model)
    }
  ],
  "nextPageToken": string
}
Fields
models[]

object (Model)

The models read.

nextPageToken

string

A token to retrieve next page of results. Pass this token to the pageToken field in the ListModelsRequest to obtain the corresponding page.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-translation

For more information, see the Authentication Overview.