toloka.client.TolokaClient.open_pool
| Source code
open_pool(self, pool_id: str)
Opens a pool.
After opening the pool, tasks can be assigned to Tolokers.
Parameters | Type | Description |
---|---|---|
pool_id | str | The ID of the pool. |
Returns:
The pool with updated status.
Return type:
Examples:
Opening a pool.
toloka_client.open_pool(pool_id='1080020')
Last updated: August 28, 2023