Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::MostPopularFeatureConfig.
Feature configurations that are required for creating a Most Popular engine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#time_window_days
def time_window_days() -> ::Integer
Returns
-
(::Integer) — 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.
#time_window_days=
def time_window_days=(value) -> ::Integer
Parameter
-
value (::Integer) — 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.
Returns
-
(::Integer) — 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.