Google Cloud Ai Platform V1 Client - Class StreamingPredictResponse (0.30.0)

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

Response message for PredictionService.StreamingPredict.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ outputs array<Google\Cloud\AIPlatform\V1\Tensor>

The prediction output.

↳ parameters Google\Cloud\AIPlatform\V1\Tensor

The parameters that govern the prediction.

getOutputs

The prediction output.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOutputs

The prediction output.

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\Tensor>
Returns
TypeDescription
$this

getParameters

The parameters that govern the prediction.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Tensor|null

hasParameters

clearParameters

setParameters

The parameters that govern the prediction.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Tensor
Returns
TypeDescription
$this