Interface Engine.MediaRecommendationEngineConfig.MostPopularFeatureConfigOrBuilder (0.60.0)

public static interface Engine.MediaRecommendationEngineConfig.MostPopularFeatureConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTimeWindowDays()

public abstract long getTimeWindowDays()

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.

int64 time_window_days = 1;

Returns
Type Description
long

The timeWindowDays.