public static interface Engine.MediaRecommendationEngineConfig.RecommendedForYouFeatureConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContextEventType()
public abstract String getContextEventType()
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
.
string context_event_type = 1;
Returns | |
---|---|
Type | Description |
String |
The contextEventType. |
getContextEventTypeBytes()
public abstract ByteString getContextEventTypeBytes()
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
.
string context_event_type = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for contextEventType. |