toloka.client.search_results.TrainingSearchResult
TrainingSearchResult( self, *, items: Optional[List[Training]] = None, has_more: Optional[bool] = None)
The result of searching training pools.
Parameters | Type | Description |
---|---|---|
items | Optional[List[Training]] | A list with found training pools. |
has_more | Optional[bool] | A flag showing whether there are more matching training pools.
|
Last updated: August 28, 2023