toloka.client.pool.dynamic_pricing_config.DynamicPricingConfig.Interval
| Source code
Interval( self, *, from_: Optional[int] = None, to: Optional[int] = None, reward_per_assignment: Optional[float] = None)
Skill level interval with the associated price per task suite.
The lower and upper skill bounds are included in the interval.
Parameters | Type | Description |
---|---|---|
from_ | Optional[int] | The lower bound of the interval. |
to | Optional[int] | The upper bound of the interval. |
reward_per_assignment | Optional[float] | The price per task suite for a Toloker with the specified skill level. |