Class: Google::Cloud::Retail::V2::Model::ModelFeaturesConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::Model::ModelFeaturesConfig
- 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
-
#frequently_bought_together_config ⇒ ::Google::Cloud::Retail::V2::Model::FrequentlyBoughtTogetherFeaturesConfig
Additional configs for frequently-bought-together models.
Instance Attribute Details
#frequently_bought_together_config ⇒ ::Google::Cloud::Retail::V2::Model::FrequentlyBoughtTogetherFeaturesConfig
Returns Additional configs for frequently-bought-together models.
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 |