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<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 |