Vertex AI v1beta1 API - Class VertexAISearch.Types.DataStoreSpec (1.0.0-beta65)

public sealed class VertexAISearch.Types.DataStoreSpec : IMessage<VertexAISearch.Types.DataStoreSpec>, IEquatable<VertexAISearch.Types.DataStoreSpec>, IDeepCloneable<VertexAISearch.Types.DataStoreSpec>, IBufferMessage, IMessage

Reference 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

Inheritance

object > VertexAISearch.Types.DataStoreSpec

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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