toloka.client.aggregation.AggregatedSolution
| Source code
AggregatedSolution( self, *, pool_id: Optional[str] = None, task_id: Optional[str] = None, confidence: Optional[float] = None, output_values: Optional[Dict[str, Any]] = None)
An aggregated response to a task.
Parameters | Type | Description |
---|---|---|
pool_id | Optional[str] | The ID of the pool containing the task. |
task_id | Optional[str] | The ID of the task. |
confidence | Optional[float] | The confidence level for the aggregated response. |
output_values | Optional[Dict[str, Any]] | Output data fields with aggregated responses. |