[BindServiceMethod(typeof(ReasoningEngineExecutionService), "BindService")]
public abstract class ReasoningEngineExecutionService.ReasoningEngineExecutionServiceBase
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ReasoningEngineExecutionService.ReasoningEngineExecutionServiceBase.
Base class for server-side implementations of ReasoningEngineExecutionService
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Methods
QueryReasoningEngine(QueryReasoningEngineRequest, ServerCallContext)
public virtual Task<QueryReasoningEngineResponse> QueryReasoningEngine(QueryReasoningEngineRequest request, ServerCallContext context)
Queries using a reasoning engine.
Parameters | |
---|---|
Name | Description |
request |
QueryReasoningEngineRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskQueryReasoningEngineResponse |
The response to send back to the client (wrapped by a task). |