Class: Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::EngineFeaturesConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::EngineFeaturesConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine.rb
Overview
More feature configs of the selected engine type.
Instance Attribute Summary collapse
-
#most_popular_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::MostPopularFeatureConfig
Most popular engine feature config.
-
#recommended_for_you_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::RecommendedForYouFeatureConfig
Recommended for you engine feature config.
Instance Attribute Details
#most_popular_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::MostPopularFeatureConfig
Returns Most popular engine feature config.
Note: The following fields are mutually exclusive: most_popular_config
, recommended_for_you_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
215 216 217 218 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 215 class EngineFeaturesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recommended_for_you_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::RecommendedForYouFeatureConfig
Returns Recommended for you engine feature config.
Note: The following fields are mutually exclusive: recommended_for_you_config
, most_popular_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
215 216 217 218 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 215 class EngineFeaturesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |