Vertex AI v1beta1 API - Class OnlineEvaluatorService.OnlineEvaluatorServiceBase (1.0.0-beta78)

[BindServiceMethod(typeof(OnlineEvaluatorService), "BindService")]
public abstract class OnlineEvaluatorService.OnlineEvaluatorServiceBase

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

Base class for server-side implementations of OnlineEvaluatorService

Inheritance

object > OnlineEvaluatorService.OnlineEvaluatorServiceBase

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Methods

ActivateOnlineEvaluator(ActivateOnlineEvaluatorRequest, ServerCallContext)

public virtual Task<Operation> ActivateOnlineEvaluator(ActivateOnlineEvaluatorRequest request, ServerCallContext context)

Activates an OnlineEvaluator.

Parameters
Name Description
request ActivateOnlineEvaluatorRequest

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

CreateOnlineEvaluator(CreateOnlineEvaluatorRequest, ServerCallContext)

public virtual Task<Operation> CreateOnlineEvaluator(CreateOnlineEvaluatorRequest request, ServerCallContext context)

Creates an OnlineEvaluator in the given project and location.

Parameters
Name Description
request CreateOnlineEvaluatorRequest

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

DeleteOnlineEvaluator(DeleteOnlineEvaluatorRequest, ServerCallContext)

public virtual Task<Operation> DeleteOnlineEvaluator(DeleteOnlineEvaluatorRequest request, ServerCallContext context)

Deletes an OnlineEvaluator.

Parameters
Name Description
request DeleteOnlineEvaluatorRequest

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

GetOnlineEvaluator(GetOnlineEvaluatorRequest, ServerCallContext)

public virtual Task<OnlineEvaluator> GetOnlineEvaluator(GetOnlineEvaluatorRequest request, ServerCallContext context)

Gets details of an OnlineEvaluator.

Parameters
Name Description
request GetOnlineEvaluatorRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOnlineEvaluator

The response to send back to the client (wrapped by a task).

ListOnlineEvaluators(ListOnlineEvaluatorsRequest, ServerCallContext)

public virtual Task<ListOnlineEvaluatorsResponse> ListOnlineEvaluators(ListOnlineEvaluatorsRequest request, ServerCallContext context)

Lists the OnlineEvaluators for the given project and location.

Parameters
Name Description
request ListOnlineEvaluatorsRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListOnlineEvaluatorsResponse

The response to send back to the client (wrapped by a task).

SuspendOnlineEvaluator(SuspendOnlineEvaluatorRequest, ServerCallContext)

public virtual Task<Operation> SuspendOnlineEvaluator(SuspendOnlineEvaluatorRequest request, ServerCallContext context)

Suspends an OnlineEvaluator. When an OnlineEvaluator is suspended, it won't run any evaluations until it is activated again.

Parameters
Name Description
request SuspendOnlineEvaluatorRequest

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

UpdateOnlineEvaluator(UpdateOnlineEvaluatorRequest, ServerCallContext)

public virtual Task<Operation> UpdateOnlineEvaluator(UpdateOnlineEvaluatorRequest request, ServerCallContext context)

Updates the fields of an OnlineEvaluator.

Parameters
Name Description
request UpdateOnlineEvaluatorRequest

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