public sealed class ListCustomModelsRequest : IMessage<ListCustomModelsRequest>, IEquatable<ListCustomModelsRequest>, IDeepCloneable<ListCustomModelsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ListCustomModelsRequest.
Request message for
[SearchTuningService.ListCustomModels][google.cloud.discoveryengine.v1beta.SearchTuningService.ListCustomModels]
method.
Required. The resource name of the parent Data Store, such as
projects/*/locations/global/collections/default_collection/dataStores/default_data_store.
This field is used to identify the data store where to fetch the models
from.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ListCustomModelsRequest` class is a request message for the `SearchTuningService.ListCustomModels` method within the Google Cloud Discovery Engine v1beta API."],["This class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is available in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cListCustomModelsRequest\u003e`, `IDeepCloneable\u003cListCustomModelsRequest\u003e`, and `IBufferMessage`."],["The `ListCustomModelsRequest` class has two constructors, a default constructor and a constructor that takes another `ListCustomModelsRequest` as a parameter to allow for copying its properties."],["The `ListCustomModelsRequest` class has properties such as `DataStore`, which is a string representing the resource name of the data store, and `DataStoreAsDataStoreName`, which is a typed view of the `DataStore` property."]]],[]]