ModelFeaturesConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Additional model features config.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
frequently_bought_together_config |
google.cloud.retail_v2alpha.types.Model.FrequentlyBoughtTogetherFeaturesConfig
Additional configs for frequently-bought-together models. This field is a member of oneof _ type_dedicated_config .
|
llm_embedding_config |
google.cloud.retail_v2alpha.types.Model.ModelFeaturesConfig.LlmEmbeddingConfig
Optional. LLM embedding config to use for this model. |
Classes
LlmEmbeddingConfig
LlmEmbeddingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Config that turns on usage of llm embeddings as features to the model. Embeddings leverage unstructured text fields like description and title.