Class: Google::Cloud::Retail::V2::Model::FrequentlyBoughtTogetherFeaturesConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/model.rb

Overview

Additional configs for the frequently-bought-together model type.

Instance Attribute Summary collapse

Instance Attribute Details

#context_products_type::Google::Cloud::Retail::V2::Model::ContextProductsType

Returns 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.

Returns:



167
168
169
170
# File 'proto_docs/google/cloud/retail/v2/model.rb', line 167

class FrequentlyBoughtTogetherFeaturesConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end