Class: Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::OptimizationObjectiveConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::OptimizationObjectiveConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine.rb
Overview
Custom threshold for cvr
optimization_objective.
Instance Attribute Summary collapse
-
#target_field ⇒ ::String
Required.
-
#target_field_value_float ⇒ ::Float
Required.
Instance Attribute Details
#target_field ⇒ ::String
Returns Required. The name of the field to target. Currently supported
values: watch-percentage
, watch-time
.
199 200 201 202 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 199 class OptimizationObjectiveConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_field_value_float ⇒ ::Float
Returns Required. The threshold to be applied to the target (e.g., 0.5).
199 200 201 202 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 199 class OptimizationObjectiveConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |