Required. The instances that are the input to the prediction call. A DeployedModel may have an upper limit on the number of instances it supports per request. In case of customer-created Models, the behaviour is as documented by that Model. The schema of any single instance may be specified on the Endpoint's DeployedModels.
[[["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 2024-03-05 UTC."],[[["The JSON representation of a `PredictionService.Predict` request includes `endpoint`, `instances`, and `parameters` fields."],["The `endpoint` field, a required string, specifies the Endpoint for the prediction and follows the format `projects/{project}/locations/{location}/endpoints/{endpoint}`."],["The `instances` field, also required, contains the input data for the prediction call in `Value` format, with a possible limit on the number of instances per request."],["The `parameters` field, in `Value` format, defines the prediction settings, and its schema can be specified on the Endpoint's DeployedModels."]]],[]]