schema.processors.budget_optimization_processor.ChannelConstraintAbs

A budget constraint on a channel.

Constraint attributes in this dataclass are absolute values. Useful to represent resolved absolute constraint values in an output spec metadata.

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

__eq__

Return self==value.