Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class StreamRawPredictRequest.
Request message for PredictionService.StreamRawPredict .
Generated from protobuf message google.cloud.aiplatform.v1.StreamRawPredictRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ endpoint
string
Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
↳ http_body
getEndpoint
Required. The name of the Endpoint requested to serve the prediction.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string
setEndpoint
Required. The name of the Endpoint requested to serve the prediction.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
var
string
$this
getHttpBody
The prediction input. Supports HTTP headers and arbitrary data payload.
hasHttpBody
clearHttpBody
setHttpBody
The prediction input. Supports HTTP headers and arbitrary data payload.
$this
static::build
endpoint
string
Required. The name of the Endpoint requested to serve the prediction.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Please see PredictionServiceClient::endpointName()
for help formatting this field.
httpBody

