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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ output |
string
The prediction output. |
getOutput
The prediction output.
Returns | |
---|---|
Type | Description |
string |
setOutput
The prediction output.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |