DynamicPricingConfig

toloka.client.pool.dynamic_pricing_config.DynamicPricingConfig | Source code

DynamicPricingConfig(
self,
type: Union[Type, str, None] = None,
skill_id: Optional[str] = None,
intervals: Optional[List[Interval]] = None
)

The dynamic pricing settings.

A price per task suite can be variable depending on a Toloker's skill. If a Toloker is not covered by dynamic pricing settings then the default price is used. It is set in the reward_per_assignment pool parameter.

Parameters description

ParametersTypeDescription
typeOptional[Type]

The dynamic pricing type. Only SKILL type is supported now.

skill_idOptional[str]

The ID of the skill that dynamic pricing is based on.

intervalsOptional[List[Interval]]

A list of skill intervals and prices. The intervals must not overlap.

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming