Discovery Engine v1beta API - Class SearchTuningService.SearchTuningServiceBase (1.0.0-beta12)

[BindServiceMethod(typeof(SearchTuningService), "BindService")]
public abstract class SearchTuningService.SearchTuningServiceBase

Reference documentation and code samples for the Discovery Engine v1beta API class SearchTuningService.SearchTuningServiceBase.

Base class for server-side implementations of SearchTuningService

Inheritance

object > SearchTuningService.SearchTuningServiceBase

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Methods

TrainCustomModel(TrainCustomModelRequest, ServerCallContext)

public virtual Task<Operation> TrainCustomModel(TrainCustomModelRequest request, ServerCallContext context)

Trains a custom model.

Parameters
NameDescription
requestTrainCustomModelRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskOperation

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