Class: Google::Cloud::Retail::V2::Model::ModelFeaturesConfig

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 model features config.

Instance Attribute Summary collapse

Instance Attribute Details

#frequently_bought_together_config::Google::Cloud::Retail::V2::Model::FrequentlyBoughtTogetherFeaturesConfig

Returns Additional configs for frequently-bought-together models.

Returns:



176
177
178
179
# File 'proto_docs/google/cloud/retail/v2/model.rb', line 176

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