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.
Gets information about a model, including its name, the description (if set), and the default version (if at least one version of the model has been deployed).
HTTP request
GET https://{endpoint}/v1/{name=projects/*/models/*}
[[["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 webpage details how to retrieve information about a specific model using a GET request to a designated endpoint."],["The HTTP request requires the model's `name` as a path parameter, formatted as `projects/*/models/*`, and must be authorized with the `ml.models.get` IAM permission."],["The request body must be empty, and the response, if successful, returns an instance of the Model object."],["Authorization for this request requires either the `https://www.googleapis.com/auth/cloud-platform.read-only` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]