toloka.client.search_results.AppBatchSearchResult
AppBatchSearchResult( self, *, content: Optional[List[AppBatch]] = None, has_more: Optional[bool] = None)
The result of searching batches in an App project.
Parameters | Type | Description |
---|---|---|
content | Optional[List[AppBatch]] | A list with found batches. |
has_more | Optional[bool] | A flag showing whether there are more matching batches.
|
Last updated: August 28, 2023