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