Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
schema.processors.budget_optimization_processor.ChannelConstraintAbs
Stay organized with collections
Save and categorize content based on your preferences.
A budget constraint on a channel.
schema.processors.budget_optimization_processor.ChannelConstraintAbs(
channel_name: str, abs_lowerbound: float, abs_upperbound: float
)
Constraint attributes in this dataclass are absolute values. Useful to
represent resolved absolute constraint values in an output spec metadata.
Attributes |
channel_name
|
The name of the channel.
|
abs_lowerbound
|
A simple absolute lower bound value for a channel's spend.
|
abs_upperbound
|
A simple absolute upper bound value for a channel's spend.
|
Methods
to_proto
View source
to_proto() -> budget_pb.ChannelConstraint
__eq__
__eq__(
other
)
Return self==value.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-09 UTC."],[],[]]