toloka.client.TolokaClient.clone_pool
| Source code
clone_pool(self, pool_id: str)
Clones an existing pool.
An empty pool with the same parameters is created. The new pool is attached to the same project.
Parameters | Type | Description |
---|---|---|
pool_id | str | The ID of the pool to be cloned. |
Returns:
The new pool.
Return type:
Examples:
new_pool = toloka_client.clone_pool(pool_id='1080020')
Last updated: August 28, 2023