Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class MostPopularFeatureConfig.
Feature configurations that are required for creating a Most Popular engine.
Generated from protobuf message google.cloud.discoveryengine.v1.Engine.MediaRecommendationEngineConfig.MostPopularFeatureConfig
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ Engine \ MediaRecommendationEngineConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ time_window_days |
int|string
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 |
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.
Returns | |
---|---|
Type | Description |
int|string |
setTimeWindowDays
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.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |