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