TrainingSearchResult

toloka.client.search_results.TrainingSearchResult

TrainingSearchResult(
self,
*,
items: Optional[List[Training]] = None,
has_more: Optional[bool] = None
)

The result of searching training pools.

Parameters description

ParametersTypeDescription
itemsOptional[List[Training]]

A list with found training pools.

has_moreOptional[bool]

A flag showing whether there are more matching training pools.

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

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