Google Cloud Ai Platform V1 Client - Class StreamingPredictRequest (0.27.0)

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

Request message for PredictionService.StreamingPredict.

The first message must contain endpoint field and optionally input. The subsequent messages must contain input.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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}

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

The prediction input.

↳ parameters Google\Cloud\AIPlatform\V1\Tensor

The parameters that govern the prediction.

getEndpoint

Required. The name of the Endpoint requested to serve the prediction.

Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Returns
TypeDescription
string

setEndpoint

Required. The name of the Endpoint requested to serve the prediction.

Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInputs

The prediction input.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInputs

The prediction input.

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