Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class 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
Generated from protobuf message google.cloud.aiplatform.v1.VertexAISearch.DataStoreSpec
Namespace
Google \ Cloud \ AIPlatform \ V1 \ VertexAISearchMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_store
string
Full resource name of DataStore, such as Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
↳ filter
string
Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
getDataStore
Full resource name of DataStore, such as
Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
string
setDataStore
Full resource name of DataStore, such as
Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
var
string
$this
getFilter
Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
string
setFilter
Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
var
string
$this

