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 \ V1Methods
__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: |
↳ 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 | |
---|---|
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
The prediction input.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setInputs
The prediction input.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\Tensor>
|
Returns | |
---|---|
Type | Description |
$this |
getParameters
The parameters that govern the prediction.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Tensor|null |
hasParameters
clearParameters
setParameters
The parameters that govern the prediction.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\Tensor
|
Returns | |
---|---|
Type | Description |
$this |