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

Config that turns on usage of llm embeddings as features to the model. Embeddings leverage unstructured text fields like description and title.

Attributes

  • llmEmbeddingVersion (type: String.t, default: nil) - Optional. The LLM embedding version to use. Currently only v0 is supported. If not specified, feature will not be turned on.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaModelModelFeaturesConfigLlmEmbeddingConfig{
    llmEmbeddingVersion: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.