View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec (google_api_discovery_engine v0.27.0)
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
-
boostSpec(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchRequestBoostSpec.t, default:nil) - Optional. Boost specification to boost certain documents. For more information on boosting, see Boosting -
dataStore(type:String.t, default:nil) - Required. Full resource name of DataStore, such asprojects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. -
filter(type:String.t, default:nil) - Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see Filtering
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec{ boostSpec: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1SearchRequestBoostSpec.t() | nil, dataStore: String.t() | nil, filter: String.t() | nil }