[BindServiceMethod(typeof(ReasoningEngineExecutionService), "BindService")]
public abstract class ReasoningEngineExecutionService.ReasoningEngineExecutionServiceBaseReference documentation and code samples for the Vertex AI 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 |
QueryReasoningEngineRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
StreamQueryReasoningEngineRequestThe request received from the client. |
responseStream |
IServerStreamWriterHttpBodyUsed for sending responses back to the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task |
A task indicating completion of the handler. |