Die Vorhersagen, die die Ausgabe des Vorhersageaufrufs sind. Das Schema einer einzelnen Vorhersage kann für die DeployedModels des Endpunkts angegeben werden.
deployedModelId
string
ID des DeployedModel des Endpunkts, das diese Vorhersage bereitgestellt hat.
model
string
Nur Ausgabe. Der Ressourcenname des Modells, das als das DeployedModel bereitgestellt wird, das von dieser Vorhersage erreicht wird.
modelVersionId
string
Nur Ausgabe. Die Versions-ID des Modells, das als das DeployedModel bereitgestellt wird, das von dieser Vorhersage erreicht wird.
modelDisplayName
string
Nur Ausgabe. Der Anzeigename des Modells, das als das DeployedModel bereitgestellt wird, das von dieser Vorhersage erreicht wird.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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`."]]