TaskSuiteSearchResult
toloka.client.search_results.TaskSuiteSearchResult
TaskSuiteSearchResult(
self,
*,
items: Optional[List[TaskSuite]] = None,
has_more: Optional[bool] = None
)
The list of found sets of tasks and whether there is something else on the original request
It's better to use TolokaClient.get_task_suites(), which already implements the correct handling of the search result.
Parameters Description
Parameters | Type | Description |
---|---|---|
items |
Optional[List[TaskSuite]] | List of found sets of tasks |
has_more |
Optional[bool] | Whether the list is complete:
|