public sealed class ListCustomModelsRequest : IMessage<ListCustomModelsRequest>, IEquatable<ListCustomModelsRequest>, IDeepCloneable<ListCustomModelsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ListCustomModelsRequest.
Request message for
[SearchTuningService.ListCustomModels][google.cloud.discoveryengine.v1.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."],[[["This document provides reference information for the `ListCustomModelsRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["`ListCustomModelsRequest` is a request message used by the `SearchTuningService.ListCustomModels` method to retrieve a list of custom models, as a part of the Discovery Engine API."],["The `ListCustomModelsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `DataStore` (a string) and `DataStoreAsDataStoreName` (a `DataStoreName` type), used to identify the data store from which to retrieve the models."],["The documentation also includes information about prior versions of the API, ranging from 1.0.0-beta06 up to the current latest version 1.6.0."]]],[]]