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. Otherwise, an
INVALID_ARGUMENT
error is returned.
Attributes |
|
---|---|
Name | Description |
data_store |
str
Required. Full resource name of DataStore, such as projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id} .
|
filter |
str
Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering __
|
boost_spec |
google.cloud.discoveryengine_v1.types.SearchRequest.BoostSpec
Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting __
|