Le previsioni che sono l'output della chiamata di previsione. Lo schema di una singola previsione può essere specificato in DeployedModels dell'endpoint.
deployedModelId
string
ID di DeployedModel dell'endpoint che ha fornito questa previsione.
model
string
Solo output. Il nome della risorsa del modello di cui è stato eseguito il deployment come DeployedModel a cui fa riferimento questa previsione.
modelVersionId
string
Solo output. L'ID versione del modello di cui è stato eseguito il deployment come DeployedModel a cui fa riferimento questa previsione.
modelDisplayName
string
Solo output. Il nome visualizzato del modello di cui è stato eseguito il deployment come DeployedModel che questa previsione raggiunge.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-31 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`."]]