Request message for PredictionService.RawPredict
.
JSON representation |
---|
{
"endpoint": string,
"httpBody": {
object ( |
Fields | |
---|---|
endpoint |
Required. The name of the Endpoint requested to serve the prediction. Format: |
httpBody |
The prediction input. Supports HTTP headers and arbitrary data payload. A DeployedModel may have an upper limit on the number of instances it supports per request. When this limit it is exceeded for an AutoML model, the You can specify the schema for each instance in the PredictSchemata field when you create a Model. This schema applies when you deploy the |