Class: Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::RecommendedForYouFeatureConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::RecommendedForYouFeatureConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine.rb
Overview
Additional feature configurations for creating a recommended-for-you
engine.
Instance Attribute Summary collapse
-
#context_event_type ⇒ ::String
The type of event with which the engine is queried at prediction time.
Instance Attribute Details
#context_event_type ⇒ ::String
Returns 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.
231 232 233 234 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 231 class RecommendedForYouFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |