AssignmentSearchResult

toloka.client.search_results.AssignmentSearchResult

AssignmentSearchResult(
self,
*,
items: Optional[List[Assignment]] = None,
has_more: Optional[bool] = None
)

The result of searching assignments.

Parameters description

ParametersTypeDescription
itemsOptional[List[Assignment]]

A list with found assignments.

has_moreOptional[bool]

A flag showing whether there are more matching assignments.

  • True — There are more matching assignments, not included in items due to the limit set in the search request.
  • Falseitems contains all matching assignments.

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