public sealed class Engine.Types.MediaRecommendationEngineConfig.Types.RecommendedForYouFeatureConfig : IMessage<Engine.Types.MediaRecommendationEngineConfig.Types.RecommendedForYouFeatureConfig>, IEquatable<Engine.Types.MediaRecommendationEngineConfig.Types.RecommendedForYouFeatureConfig>, IDeepCloneable<Engine.Types.MediaRecommendationEngineConfig.Types.RecommendedForYouFeatureConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class Engine.Types.MediaRecommendationEngineConfig.Types.RecommendedForYouFeatureConfig.
Additional feature configurations for creating a recommended-for-you
engine.
Inheritance
object > Engine.Types.MediaRecommendationEngineConfig.Types.RecommendedForYouFeatureConfigImplements
IMessageEngineTypesMediaRecommendationEngineConfigTypesRecommendedForYouFeatureConfig, IEquatableEngineTypesMediaRecommendationEngineConfigTypesRecommendedForYouFeatureConfig, IDeepCloneableEngineTypesMediaRecommendationEngineConfigTypesRecommendedForYouFeatureConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
RecommendedForYouFeatureConfig()
public RecommendedForYouFeatureConfig()
RecommendedForYouFeatureConfig(RecommendedForYouFeatureConfig)
public RecommendedForYouFeatureConfig(Engine.Types.MediaRecommendationEngineConfig.Types.RecommendedForYouFeatureConfig other)
Parameter | |
---|---|
Name | Description |
other |
EngineTypesMediaRecommendationEngineConfigTypesRecommendedForYouFeatureConfig |
Properties
ContextEventType
public string ContextEventType { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
string |