Obligatorio. Las instancias que son la entrada de la llamada de predicción. Un DeployedModel puede tener un límite máximo en el número de instancias que admite por solicitud. En el caso de los modelos creados por los clientes, el comportamiento es el que se documenta en ese modelo. El esquema de cualquier instancia se puede especificar en los DeployedModels del Endpoint.
[[["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 representation of a \u003ccode\u003ePredictionService.Predict\u003c/code\u003e request includes \u003ccode\u003eendpoint\u003c/code\u003e, \u003ccode\u003einstances\u003c/code\u003e, and \u003ccode\u003eparameters\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eendpoint\u003c/code\u003e field, a required string, specifies the Endpoint for the prediction and follows the format \u003ccode\u003eprojects/{project}/locations/{location}/endpoints/{endpoint}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einstances\u003c/code\u003e field, also required, contains the input data for the prediction call in \u003ccode\u003eValue\u003c/code\u003e format, with a possible limit on the number of instances per request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparameters\u003c/code\u003e field, in \u003ccode\u003eValue\u003c/code\u003e format, defines the prediction settings, and its schema can be specified on the Endpoint's DeployedModels.\u003c/p\u003e\n"]]],[],null,["# PredictRequest\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRequest message for `PredictionService.Predict`."]]