[BindServiceMethod(typeof(ReasoningEngineRuntimeRevisionService), "BindService")]
public abstract class ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBaseReference documentation and code samples for the Vertex AI v1beta1 API class ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBase.
Base class for server-side implementations of ReasoningEngineRuntimeRevisionService
Inheritance
object > ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBaseNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Methods
DeleteReasoningEngineRuntimeRevision(DeleteReasoningEngineRuntimeRevisionRequest, ServerCallContext)
public virtual Task<Operation> DeleteReasoningEngineRuntimeRevision(DeleteReasoningEngineRuntimeRevisionRequest request, ServerCallContext context)Deletes a reasoning engine revision.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteReasoningEngineRuntimeRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetReasoningEngineRuntimeRevision(GetReasoningEngineRuntimeRevisionRequest, ServerCallContext)
public virtual Task<ReasoningEngineRuntimeRevision> GetReasoningEngineRuntimeRevision(GetReasoningEngineRuntimeRevisionRequest request, ServerCallContext context)Gets a reasoning engine runtime revision.
| Parameters | |
|---|---|
| Name | Description |
request |
GetReasoningEngineRuntimeRevisionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskReasoningEngineRuntimeRevision |
The response to send back to the client (wrapped by a task). |
ListReasoningEngineRuntimeRevisions(ListReasoningEngineRuntimeRevisionsRequest, ServerCallContext)
public virtual Task<ListReasoningEngineRuntimeRevisionsResponse> ListReasoningEngineRuntimeRevisions(ListReasoningEngineRuntimeRevisionsRequest request, ServerCallContext context)Lists runtime revisions in a reasoning engine.
| Parameters | |
|---|---|
| Name | Description |
request |
ListReasoningEngineRuntimeRevisionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListReasoningEngineRuntimeRevisionsResponse |
The response to send back to the client (wrapped by a task). |