[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eSearchTuningService.SearchTuningServiceBase\u003c/code\u003e class, part of the Discovery Engine v1beta API within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchTuningService.SearchTuningServiceBase\u003c/code\u003e serves as the base class for implementing server-side functionality for the \u003ccode\u003eSearchTuningService\u003c/code\u003e and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two main methods: \u003ccode\u003eListCustomModels\u003c/code\u003e, which retrieves a list of all custom models, and \u003ccode\u003eTrainCustomModel\u003c/code\u003e, which is used to train a custom model.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is 1.0.0-beta18 and it contains methods that are server-side implementations of the SearchTuningService.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class SearchTuningService.SearchTuningServiceBase (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.SearchTuningService.SearchTuningServiceBase)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.SearchTuningService.SearchTuningServiceBase) \n\n [BindServiceMethod(typeof(SearchTuningService), \"BindService\")]\n public abstract class SearchTuningService.SearchTuningServiceBase\n\nReference documentation and code samples for the Discovery Engine v1beta API class SearchTuningService.SearchTuningServiceBase.\n\nBase class for server-side implementations of SearchTuningService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchTuningService.SearchTuningServiceBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nMethods\n-------\n\n### ListCustomModels(ListCustomModelsRequest, ServerCallContext)\n\n public virtual Task\u003cListCustomModelsResponse\u003e ListCustomModels(ListCustomModelsRequest request, ServerCallContext context)\n\nGets a list of all the custom models.\n\n### TrainCustomModel(TrainCustomModelRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e TrainCustomModel(TrainCustomModelRequest request, ServerCallContext context)\n\nTrains a custom model."]]