AggregatedSolution
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
)
Aggregated response to the task
Parameters Description
Parameters | Type | Description |
---|---|---|
pool_id |
Optional[str] | In which pool the results were aggregated. |
task_id |
Optional[str] | The answer for which task was aggregated. |
confidence |
Optional[float] | Confidence in the aggregate response. |
output_values |
Optional[Dict[str, Any]] | Output data fields and aggregate response. |