View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelModelFeaturesConfig (google_api_retail v0.16.0)

Additional model features config.

Attributes

  • frequentlyBoughtTogetherConfig (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig.t, default: nil) - Additional configs for frequently-bought-together models.
  • llmEmbeddingConfig (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig.t, default: nil) - Optional. LLM embedding config to use for this model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelModelFeaturesConfig{
    frequentlyBoughtTogetherConfig:
      GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig.t()
      | nil,
    llmEmbeddingConfig:
      GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.