public sealed class VertexAISearch.Types.DataStoreSpec : IMessage<VertexAISearch.Types.DataStoreSpec>, IEquatable<VertexAISearch.Types.DataStoreSpec>, IDeepCloneable<VertexAISearch.Types.DataStoreSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class VertexAISearch.Types.DataStoreSpec.
Define data stores within engine to filter on in a search call and configurations for those data stores. For more information, see https://cloud.google.com/generative-ai-app-builder/docs/reference/rpc/google.cloud.discoveryengine.v1#datastorespec
Implements
IMessageVertexAISearchTypesDataStoreSpec, IEquatableVertexAISearchTypesDataStoreSpec, IDeepCloneableVertexAISearchTypesDataStoreSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DataStoreSpec()
public DataStoreSpec()DataStoreSpec(DataStoreSpec)
public DataStoreSpec(VertexAISearch.Types.DataStoreSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
VertexAISearchTypesDataStoreSpec |
Properties
DataStore
public string DataStore { get; set; }Full resource name of DataStore, such as
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Filter
public string Filter { get; set; }Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
| Property Value | |
|---|---|
| Type | Description |
string |
|