VertexAISearchDataStoreSpec

data class VertexAISearchDataStoreSpec(val dataStore: String? = null, val filter: String? = null)

Define data stores within engine to filter on in a search call and configurations for those data stores.

Constructors

Link copied to clipboard
constructor(dataStore: String? = null, filter: String? = null)

Properties

Link copied to clipboard
val dataStore: String? = null

Full resource name of DataStore, such as Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

Link copied to clipboard
val filter: String? = null

Optional. Filter specification to filter documents in the data store specified by data_store field.