public static interface Model.ModelFeaturesConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFrequentlyBoughtTogetherConfig()
public abstract Model.FrequentlyBoughtTogetherFeaturesConfig getFrequentlyBoughtTogetherConfig()Additional configs for frequently-bought-together models.
.google.cloud.retail.v2alpha.Model.FrequentlyBoughtTogetherFeaturesConfig frequently_bought_together_config = 1;
| Returns | |
|---|---|
| Type | Description |
Model.FrequentlyBoughtTogetherFeaturesConfig |
The frequentlyBoughtTogetherConfig. |
getFrequentlyBoughtTogetherConfigOrBuilder()
public abstract Model.FrequentlyBoughtTogetherFeaturesConfigOrBuilder getFrequentlyBoughtTogetherConfigOrBuilder()Additional configs for frequently-bought-together models.
.google.cloud.retail.v2alpha.Model.FrequentlyBoughtTogetherFeaturesConfig frequently_bought_together_config = 1;
| Returns | |
|---|---|
| Type | Description |
Model.FrequentlyBoughtTogetherFeaturesConfigOrBuilder |
|
getLlmEmbeddingConfig()
public abstract Model.ModelFeaturesConfig.LlmEmbeddingConfig getLlmEmbeddingConfig()Optional. LLM embedding config to use for this model.
.google.cloud.retail.v2alpha.Model.ModelFeaturesConfig.LlmEmbeddingConfig llm_embedding_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Model.ModelFeaturesConfig.LlmEmbeddingConfig |
The llmEmbeddingConfig. |
getLlmEmbeddingConfigOrBuilder()
public abstract Model.ModelFeaturesConfig.LlmEmbeddingConfigOrBuilder getLlmEmbeddingConfigOrBuilder()Optional. LLM embedding config to use for this model.
.google.cloud.retail.v2alpha.Model.ModelFeaturesConfig.LlmEmbeddingConfig llm_embedding_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Model.ModelFeaturesConfig.LlmEmbeddingConfigOrBuilder |
|
getTypeDedicatedConfigCase()
public abstract Model.ModelFeaturesConfig.TypeDedicatedConfigCase getTypeDedicatedConfigCase()| Returns | |
|---|---|
| Type | Description |
Model.ModelFeaturesConfig.TypeDedicatedConfigCase |
|
hasFrequentlyBoughtTogetherConfig()
public abstract boolean hasFrequentlyBoughtTogetherConfig()Additional configs for frequently-bought-together models.
.google.cloud.retail.v2alpha.Model.FrequentlyBoughtTogetherFeaturesConfig frequently_bought_together_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the frequentlyBoughtTogetherConfig field is set. |
hasLlmEmbeddingConfig()
public abstract boolean hasLlmEmbeddingConfig()Optional. LLM embedding config to use for this model.
.google.cloud.retail.v2alpha.Model.ModelFeaturesConfig.LlmEmbeddingConfig llm_embedding_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the llmEmbeddingConfig field is set. |