Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DirectPredictRequest.
Request message for PredictionService.DirectPredict.
Generated from protobuf message google.cloud.aiplatform.v1.DirectPredictRequest
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<Tensor>
The prediction input. |
↳ parameters |
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\RepeatedField<Tensor> |
|
setInputs
The prediction input.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Tensor>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParameters
The parameters that govern the prediction.
| Returns | |
|---|---|
| Type | Description |
Tensor|null |
|
hasParameters
clearParameters
setParameters
The parameters that govern the prediction.
| Parameter | |
|---|---|
| Name | Description |
var |
Tensor
|
| Returns | |
|---|---|
| Type | Description |
$this |
|