Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CancelAsyncQueryReasoningEngineRequest.
Request message for ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine.
Generated from protobuf message google.cloud.aiplatform.v1.CancelAsyncQueryReasoningEngineRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the ReasoningEngine resource to use. Format: |
↳ operation_name |
string
Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: |
getName
Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the ReasoningEngine resource to use.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOperationName
Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine.
Format:
projects/{project}/locations/{location}/operations/{operation}
| Returns | |
|---|---|
| Type | Description |
string |
|
setOperationName
Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine.
Format:
projects/{project}/locations/{location}/operations/{operation}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|