toloka.client.aggregation.TaskAggregatedSolutionRequest
| Source code
TaskAggregatedSolutionRequest( self, *, task_id: Optional[str] = None, pool_id: Optional[str] = None)
Base class with parameters to run aggregation for a single task.
Parameters | Type | Description |
---|---|---|
task_id | Optional[str] | The ID of the task. |
pool_id | Optional[str] | The ID of the pool containing the task. |