Class: Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::MostPopularFeatureConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::MostPopularFeatureConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine.rb
Overview
Feature configurations that are required for creating a Most Popular engine.
Instance Attribute Summary collapse
-
#time_window_days ⇒ ::Integer
The time window of which the engine is queried at training and prediction time.
Instance Attribute Details
#time_window_days ⇒ ::Integer
Returns The time window of which the engine is queried at training and
prediction time. Positive integers only. The value translates to the
last X days of events. Currently required for the most-popular-items
engine.
244 245 246 247 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 244 class MostPopularFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |