Class: Google::Cloud::DiscoveryEngine::V1::Control::BoostAction::InterpolationBoostSpec::ControlPoint
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Control::BoostAction::InterpolationBoostSpec::ControlPoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/control.rb
Overview
The control points used to define the curve. The curve defined through these control points can only be monotonically increasing or decreasing(constant values are acceptable).
Instance Attribute Summary collapse
-
#attribute_value ⇒ ::String
Optional.
-
#boost_amount ⇒ ::Float
Optional.
Instance Attribute Details
#attribute_value ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control.rb', line 233 class ControlPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#boost_amount ⇒ ::Float
233 234 235 236 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control.rb', line 233 class ControlPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |