Google Cloud Retail V2alpha Model Frequently Bought Together Features Config Args
data class GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfigArgs(val contextProductsType: Output<GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfigContextProductsType>? = null) : ConvertibleToJava<GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfigArgs>
Additional configs for the frequently-bought-together model type.
Constructors
Link copied to clipboard
constructor(contextProductsType: Output<GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfigContextProductsType>? = null)
Properties
Link copied to clipboard
val contextProductsType: Output<GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfigContextProductsType>? = 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.