GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec (google_api_discovery_engine v0.28.0)
View SourceA 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.GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec.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.GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec{ boostSpec: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec.t() | nil, dataStore: String.t() | nil, filter: String.t() | nil }