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/docs/reference/rest/v1/projects.locations.endpoints/predict#google.cloud.aiplatform.v1.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](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints#DeployedModel.FIELDS.model) [PredictSchemata's](/vertex-ai/docs/reference/rest/v1/projects.locations.models#Model.FIELDS.predict_schemata) [predictionSchemaUri](/vertex-ai/docs/reference/rest/v1/PredictSchemata#FIELDS.prediction_schema_uri).\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](/vertex-ai/docs/reference/rest/v1/projects.locations.models#Model.FIELDS.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."]]