Google Cloud Ai Platform V1 Client - Class DirectRawPredictResponse (0.32.0)

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

Response message for PredictionService.DirectRawPredict.

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

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