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

public static class ReasoningEngineRuntimeRevisionService

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

Manages Vertex AI's Reasoning Engine Revisions.

Inheritance

object > ReasoningEngineRuntimeRevisionService

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Methods

BindService(ReasoningEngineRuntimeRevisionServiceBase)

public static ServerServiceDefinition BindService(ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl ReasoningEngineRuntimeRevisionServiceReasoningEngineRuntimeRevisionServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, ReasoningEngineRuntimeRevisionServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, ReasoningEngineRuntimeRevisionService.ReasoningEngineRuntimeRevisionServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl ReasoningEngineRuntimeRevisionServiceReasoningEngineRuntimeRevisionServiceBase

An object implementing the server-side handling logic.