Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.CustomModelsResource

The "customModels" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.CustomModelsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.CustomModelsResource

Constructors

CustomModelsResource(IClientService)

Constructs a new resource.

Declaration
public CustomModelsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Gets a list of all the custom models.

Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.CustomModelsResource.ListRequest List(string dataStore)
Parameters
Type Name Description
string dataStore

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.

Returns
Type Description
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.CustomModelsResource.ListRequest
In this article
Back to top Generated by DocFX