Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
The predictions that are the output of the predictions call. The schema of any single prediction may be specified via Endpoint's DeployedModels' Model's PredictSchemata'spredictionSchemaUri.
deployedModelId
string
id of the Endpoint's DeployedModel that served this prediction.
model
string
Output only. The resource name of the Model which is deployed as the DeployedModel that this prediction hits.
modelVersionId
string
Output only. The version id of the Model which is deployed as the DeployedModel that this prediction hits.
modelDisplayName
string
Output only. The display name of the Model which is deployed as the DeployedModel that this prediction hits.
[[["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,["# PredictResponse\n\nResponse message for [PredictionService.Predict](/vertex-ai/generative-ai/docs/reference/rest/v1beta1/projects.locations.endpoints/predict#google.cloud.aiplatform.v1beta1.PredictionService.Predict).\nFields `predictions[]` `value (`[Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value)` format)` \nThe predictions that are the output of the predictions call. The schema of any single prediction may be specified via Endpoint's DeployedModels' `Model's ` `PredictSchemata's` `predictionSchemaUri`.\n`deployedModelId` `string` \nid of the Endpoint's DeployedModel that served this prediction.\n`model` `string` \nOutput only. The resource name of the Model which is deployed as the DeployedModel that this prediction hits.\n`modelVersionId` `string` \nOutput only. The version id of the Model which is deployed as the DeployedModel that this prediction hits.\n`modelDisplayName` `string` \nOutput only. The `display name` of the Model which is deployed as the DeployedModel that this prediction hits.\n`metadata` `value (`[Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value)` format)` \nOutput only. Request-level metadata returned by the model. The metadata type will be dependent upon the model implementation."]]