AppBatchSearchResult

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 description

ParametersTypeDescription
contentOptional[List[AppBatch]]

A list with found batches.

has_moreOptional[bool]

A flag showing whether there are more matching batches.

  • True — There are more matching batches, not included in content due to the limit set in the search request.
  • Falsecontent contains all matching batches.

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming