Google Cloud Retail V2beta Model Frequently Bought Together Features Config Args
data class GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfigArgs(val contextProductsType: Output<GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfigContextProductsType>? = null) : ConvertibleToJava<GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfigArgs>
Additional configs for the frequently-bought-together model type.
Constructors
Link copied to clipboard
constructor(contextProductsType: Output<GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfigContextProductsType>? = null)
Properties
Link copied to clipboard
val contextProductsType: Output<GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfigContextProductsType>? = null
Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together
type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.