public static interface Model.ModelFeaturesConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFrequentlyBoughtTogetherConfig()
public abstract Model.FrequentlyBoughtTogetherFeaturesConfig getFrequentlyBoughtTogetherConfig()Additional configs for frequently-bought-together models.
.google.cloud.retail.v2beta.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.v2beta.Model.FrequentlyBoughtTogetherFeaturesConfig frequently_bought_together_config = 1;
| Returns | |
|---|---|
| Type | Description |
Model.FrequentlyBoughtTogetherFeaturesConfigOrBuilder |
|
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.v2beta.Model.FrequentlyBoughtTogetherFeaturesConfig frequently_bought_together_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the frequentlyBoughtTogetherConfig field is set. |