Class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
Feature configurations that are required for creating a Most Popular engine.
Inheritance
GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeWindowDays
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.
Declaration
[JsonProperty("timeWindowDays")]
public virtual long? TimeWindowDays { get; set; }
Property Value
Type | Description |
---|---|
long? |