Las predicciones que son el resultado de la llamada de predicciones. El esquema de cualquier predicción se puede especificar en los DeployedModels del Endpoint.
deployedModelId
string
ID del DeployedModel del Endpoint que ha servido esta predicción.
model
string
Solo de salida. Nombre de recurso del modelo que se ha desplegado como DeployedModel al que corresponde esta predicción.
modelVersionId
string
Solo de salida. ID de la versión del modelo que se ha desplegado como DeployedModel al que afecta esta predicción.
modelDisplayName
string
Solo de salida. Nombre visible del modelo que se ha implementado como DeployedModel al que corresponde esta predicción.
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-21 (UTC)."],[[["\u003cp\u003eThe JSON response for \u003ccode\u003ePredictionService.Predict\u003c/code\u003e includes an array of predictions, a deployed model ID, model details, and metadata.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epredictions[]\u003c/code\u003e contains the output values of the prediction call, with their schema potentially defined on the Endpoint's DeployedModels.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edeployedModelId\u003c/code\u003e specifies the unique ID of the DeployedModel that handled the prediction.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emodel\u003c/code\u003e, \u003ccode\u003emodelVersionId\u003c/code\u003e, and \u003ccode\u003emodelDisplayName\u003c/code\u003e offer information on the specific Model that was used for the prediction, including its resource name, version ID, and display name, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emetadata\u003c/code\u003e provides request-level details returned by the model, with the exact nature of the metadata depending on the specific model.\u003c/p\u003e\n"]]],[],null,["# PredictResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for `PredictionService.Predict`."]]