toloka.client.aggregation.WeightedDynamicOverlapTaskAggregatedSolutionRequest
| Source code
WeightedDynamicOverlapTaskAggregatedSolutionRequest( self, *, task_id: Optional[str] = None, pool_id: Optional[str] = None, answer_weight_skill_id: Optional[str] = None, fields: Optional[List[Field]] = None)
Parameters to run weighted aggregation for a single task with a dynamic overlap.
Parameters | Type | Description |
---|---|---|
task_id | Optional[str] | The ID of the task. |
pool_id | Optional[str] | The ID of the pool containing the task. |
answer_weight_skill_id | Optional[str] | The ID of the skill that determines the weight of the Toloker's responses. |
fields | Optional[List[Field]] | Output data fields to aggregate. For the best results, each of these fields should have limited number of response options. If the |