Discovery Engine v1beta API - Class ListCustomModelsRequest (1.0.0-beta14)

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.

Inheritance

object > ListCustomModelsRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListCustomModelsRequest()

public ListCustomModelsRequest()

ListCustomModelsRequest(ListCustomModelsRequest)

public ListCustomModelsRequest(ListCustomModelsRequest other)
Parameter
Name Description
other ListCustomModelsRequest

Properties

DataStore

public string DataStore { get; set; }

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.

Property Value
Type Description
string

DataStoreAsDataStoreName

public DataStoreName DataStoreAsDataStoreName { get; set; }

DataStoreName-typed view over the DataStore resource name property.

Property Value
Type Description
DataStoreName