Vertex AI v1beta1 API - Class ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBase (1.0.0-beta78)

[BindServiceMethod(typeof(ReasoningEngineRuntimeRevisionService), "BindService")]
public abstract class ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBase

Reference documentation and code samples for the Vertex AI v1beta1 API class ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBase.

Base class for server-side implementations of ReasoningEngineRuntimeRevisionService

Inheritance

object > ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBase

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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 DeleteReasoningEngineRuntimeRevisionRequest

The request received from the client.

context ServerCallContext

The 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 GetReasoningEngineRuntimeRevisionRequest

The request received from the client.

context ServerCallContext

The 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 ListReasoningEngineRuntimeRevisionsRequest

The request received from the client.

context ServerCallContext

The 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).