Method: projects.models.versions.get

Gets information about a model version.

Models can have multiple versions. You can call projects.models.versions.list to get the same information that this method returns for all of the versions of a model.

HTTP request

GET https://{endpoint}/v1/{name=projects/*/models/*/versions/*}

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the version.

Authorization requires the following IAM permission on the specified resource name:

  • ml.versions.get

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Version.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.