Google Cloud Ai Platform V1 Client - Class StreamDirectPredictRequest (1.31.0)

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

Request message for PredictionService.StreamDirectPredict .

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

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
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< Tensor >

Optional. The prediction input.

↳ parameters
Tensor

Optional. 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
Type
Description
string

setEndpoint

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

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

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getInputs

Optional. The prediction input.

Returns
Type
Description

setInputs

Optional. The prediction input.

Parameter
Name
Description
var
array< Tensor >
Returns
Type
Description
$this

getParameters

Optional. The parameters that govern the prediction.

Returns
Type
Description
Tensor |null

hasParameters

clearParameters

setParameters

Optional. The parameters that govern the prediction.

Parameter
Name
Description
var
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: