toloka.client.solution.Solution
| Source code
Solution(self, output_values: Dict[str, Any])
A Toloker's response to a single task.
A solution contains values for output fields specified in a TaskSpec when a project was created.
Solutions can be accessed via the Assignment class.
Parameters | Type | Description |
---|---|---|
output_values | Dict[str, Any] | A dictionary with keys named as output fields. |
Last updated: August 28, 2023