Class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
Additional feature configurations for creating a recommended-for-you
engine.
Inheritance
GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig : IDirectResponseSchema
Properties
ContextEventType
The type of event with which the engine is queried at prediction time. If set to generic
, only
view-item
, media-play
,and media-complete
will be used as context-event
in engine training. If set to
view-home-page
, view-home-page
will also be used as context-events
in addition to view-item
,
media-play
, and media-complete
. Currently supported for the recommended-for-you
engine. Currently
supported values: view-home-page
, generic
.
Declaration
[JsonProperty("contextEventType")]
public virtual string ContextEventType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |