View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec (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.GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec.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 as projects/{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

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec{
    boostSpec:
      GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec.t()
      | nil,
    dataStore: String.t() | nil,
    filter: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.