Class RecommendedForYouFeatureConfig (0.13.11)

RecommendedForYouFeatureConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Additional feature configurations for creating a recommended-for-you engine.

Attribute

Name Description
context_event_type str
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.