Google Cloud Ai Platform V1 Client - Class StreamingRawPredictResponse (0.29.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class StreamingRawPredictResponse.

Response message for PredictionService.StreamingRawPredict.

Generated from protobuf message google.cloud.aiplatform.v1.StreamingRawPredictResponse

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ output string

The prediction output.

getOutput

The prediction output.

Returns
TypeDescription
string

setOutput

The prediction output.

Parameter
NameDescription
var string
Returns
TypeDescription
$this