[BindServiceMethod(typeof(OnlineEvaluatorService), "BindService")]
public abstract class OnlineEvaluatorService.OnlineEvaluatorServiceBaseReference documentation and code samples for the Vertex AI v1beta1 API class OnlineEvaluatorService.OnlineEvaluatorServiceBase.
Base class for server-side implementations of OnlineEvaluatorService
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
ActivateOnlineEvaluatorRequestThe 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). |
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 |
CreateOnlineEvaluatorRequestThe 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). |
DeleteOnlineEvaluator(DeleteOnlineEvaluatorRequest, ServerCallContext)
public virtual Task<Operation> DeleteOnlineEvaluator(DeleteOnlineEvaluatorRequest request, ServerCallContext context)Deletes an OnlineEvaluator.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteOnlineEvaluatorRequestThe 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). |
GetOnlineEvaluator(GetOnlineEvaluatorRequest, ServerCallContext)
public virtual Task<OnlineEvaluator> GetOnlineEvaluator(GetOnlineEvaluatorRequest request, ServerCallContext context)Gets details of an OnlineEvaluator.
| Parameters | |
|---|---|
| Name | Description |
request |
GetOnlineEvaluatorRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ListOnlineEvaluatorsRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
SuspendOnlineEvaluatorRequestThe 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). |
UpdateOnlineEvaluator(UpdateOnlineEvaluatorRequest, ServerCallContext)
public virtual Task<Operation> UpdateOnlineEvaluator(UpdateOnlineEvaluatorRequest request, ServerCallContext context)Updates the fields of an OnlineEvaluator.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateOnlineEvaluatorRequestThe 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). |