Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class RecommendedForYouFeatureConfig.
Additional feature configurations for creating a recommended-for-you
engine.
Generated from protobuf message google.cloud.discoveryengine.v1.Engine.MediaRecommendationEngineConfig.RecommendedForYouFeatureConfig
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ Engine \ MediaRecommendationEngineConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ context_event_type | stringThe type of event with which the engine is queried at prediction time. If set to  | 
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.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setContextEventType
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.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |