public sealed class Model.Types.FrequentlyBoughtTogetherFeaturesConfig : IMessage<Model.Types.FrequentlyBoughtTogetherFeaturesConfig>, IEquatable<Model.Types.FrequentlyBoughtTogetherFeaturesConfig>, IDeepCloneable<Model.Types.FrequentlyBoughtTogetherFeaturesConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Model.Types.FrequentlyBoughtTogetherFeaturesConfig.
Additional configs for the frequently-bought-together model type.
Implements
IMessageModelTypesFrequentlyBoughtTogetherFeaturesConfig, IEquatableModelTypesFrequentlyBoughtTogetherFeaturesConfig, IDeepCloneableModelTypesFrequentlyBoughtTogetherFeaturesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
FrequentlyBoughtTogetherFeaturesConfig()
public FrequentlyBoughtTogetherFeaturesConfig()
FrequentlyBoughtTogetherFeaturesConfig(FrequentlyBoughtTogetherFeaturesConfig)
public FrequentlyBoughtTogetherFeaturesConfig(Model.Types.FrequentlyBoughtTogetherFeaturesConfig other)
Parameter | |
---|---|
Name | Description |
other |
ModelTypesFrequentlyBoughtTogetherFeaturesConfig |
Properties
ContextProductsType
public Model.Types.ContextProductsType ContextProductsType { get; set; }
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][google.cloud.retail.v2.Model.ContextProductsType.MULTIPLE_CONTEXT_PRODUCTS].
Property Value | |
---|---|
Type | Description |
ModelTypesContextProductsType |