Class: Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::EngineFeaturesConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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.

Returns:



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

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.

Returns:



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