[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). |
StreamQueryReasoningEngine(StreamQueryReasoningEngineRequest, IServerStreamWriter<HttpBody>, ServerCallContext)
public virtual Task StreamQueryReasoningEngine(StreamQueryReasoningEngineRequest request, IServerStreamWriter<HttpBody> responseStream, ServerCallContext context)
Streams queries using a reasoning engine.
Parameters | |
---|---|
Name | Description |
request |
StreamQueryReasoningEngineRequest The request received from the client. |
responseStream |
IServerStreamWriterHttpBody Used for sending responses back to the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task |
A task indicating completion of the handler. |