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
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 |