Class DataStoreSpec (0.11.13)

DataStoreSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A struct to define data stores to filter on in a search call and configurations for those data stores. A maximum of 1 DataStoreSpec per data_store is allowed. Otherwise, an INVALID_ARGUMENT error is returned.

Attribute

Name Description
data_store str
Required. Full resource name of DataStore, such as projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.