Interface Model.ModelFeaturesConfigOrBuilder (2.48.0)

public static interface Model.ModelFeaturesConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

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.