This legacy version of AI Platform Prediction is deprecated and will no longer be available on Google Cloud after January 31, 2025. All models, associated metadata, and deployments will be deleted after January 31, 2025. Migrate your resources to Vertex AI to get new machine learning features that are unavailable in AI Platform.
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/*}
[[["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 2020-07-13 UTC."],[[["This endpoint retrieves detailed information about a specific model version within a project."],["The request is a `GET` operation to a specific URL structure that requires the full name of the target version."],["No request body is needed to use this endpoint, as all required information is included in the URL."],["A successful response will return the complete `Version` details in the response body."],["Accessing this endpoint requires `ml.versions.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]