Skip to content

Commit c0c9f11

Browse files
authored
[Autogenerated] markdowns for toloka-kit v1.2.3 release
1 parent f496a4b commit c0c9f11

File tree

1,045 files changed

+1793
-1348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,045 files changed

+1793
-1348
lines changed

en/_includes/toloka-kit-reference-toc.yaml

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ items:
2626
items:
2727
- name: archive_app_project
2828
href: ../toloka-kit/reference/toloka.client.TolokaClient.archive_app_project.md
29+
- name: unarchive_app_project
30+
href: ../toloka-kit/reference/toloka.client.TolokaClient.unarchive_app_project.md
2931
- name: create_app_batch
3032
href: ../toloka-kit/reference/toloka.client.TolokaClient.create_app_batch.md
3133
- name: patch_app_batch
@@ -66,8 +68,12 @@ items:
6668
href: ../toloka-kit/reference/toloka.client.TolokaClient.stop_app_batch.md
6769
- name: resume_app_batch
6870
href: ../toloka-kit/reference/toloka.client.TolokaClient.resume_app_batch.md
69-
- name: unarchive_app_project
70-
href: ../toloka-kit/reference/toloka.client.TolokaClient.unarchive_app_project.md
71+
- name: archive_app_batch
72+
href: ../toloka-kit/reference/toloka.client.TolokaClient.archive_app_batch.md
73+
- name: unarchive_app_batch
74+
href: ../toloka-kit/reference/toloka.client.TolokaClient.unarchive_app_batch.md
75+
- name: start_sync_batch_processing
76+
href: ../toloka-kit/reference/toloka.client.TolokaClient.start_sync_batch_processing.md
7177
- name: assignments
7278
items:
7379
- name: accept_assignment
@@ -138,6 +144,8 @@ items:
138144
href: ../toloka-kit/reference/toloka.client.TolokaClient.close_pool_for_update.md
139145
- name: close_pool_for_update_async
140146
href: ../toloka-kit/reference/toloka.client.TolokaClient.close_pool_for_update_async.md
147+
- name: check_update_project_for_major_version_change
148+
href: ../toloka-kit/reference/toloka.client.TolokaClient.check_update_project_for_major_version_change.md
141149
- name: create_pool
142150
href: ../toloka-kit/reference/toloka.client.TolokaClient.create_pool.md
143151
- name: find_pools
@@ -406,6 +414,8 @@ items:
406414
- name: _AppError
407415
href: ../toloka-kit/reference/toloka.client.app._AppError.md
408416
hidden: true
417+
- name: BaseApp
418+
href: ../toloka-kit/reference/toloka.client.app.BaseApp.md
409419
- name: App
410420
href: ../toloka-kit/reference/toloka.client.app.App.md
411421
- name: AppLightestResult
@@ -416,8 +426,13 @@ items:
416426
- name: AppBatch.Status
417427
href: ../toloka-kit/reference/toloka.client.app.AppBatch.Status.md
418428
hidden: true
429+
- name: AppBatch.PriorityOrder
430+
href: ../toloka-kit/reference/toloka.client.app.AppBatch.PriorityOrder.md
431+
hidden: true
419432
- name: AppBatchCreateRequest
420433
href: ../toloka-kit/reference/toloka.client.app.AppBatchCreateRequest.md
434+
- name: SyncBatchCreateRequest
435+
href: ../toloka-kit/reference/toloka.client.app.SyncBatchCreateRequest.md
421436
- name: AppItemImport
422437
href: ../toloka-kit/reference/toloka.client.app.AppItemImport.md
423438
hidden: true
@@ -426,6 +441,8 @@ items:
426441
- name: AppItem.Status
427442
href: ../toloka-kit/reference/toloka.client.app.AppItem.Status.md
428443
hidden: true
444+
- name: AppItemCreateRequest
445+
href: ../toloka-kit/reference/toloka.client.app.AppItemCreateRequest.md
429446
- name: AppItemsCreateRequest
430447
href: ../toloka-kit/reference/toloka.client.app.AppItemsCreateRequest.md
431448
- name: AppProject
@@ -1101,6 +1118,12 @@ items:
11011118
- name: Project.set_default_language
11021119
href: ../toloka-kit/reference/toloka.client.project.Project.set_default_language.md
11031120
hidden: true
1121+
- name: ProjectCheckResponse
1122+
href: ../toloka-kit/reference/toloka.client.project.ProjectCheckResponse.md
1123+
hidden: true
1124+
- name: ProjectUpdateDifferenceLevel
1125+
href: ../toloka-kit/reference/toloka.client.project.ProjectUpdateDifferenceLevel.md
1126+
hidden: true
11041127
- name: localization
11051128
items:
11061129
- name: AdditionalLanguage
@@ -1991,6 +2014,8 @@ items:
19912014
items:
19922015
- name: archive_app_project
19932016
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_app_project.md
2017+
- name: unarchive_app_project
2018+
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.unarchive_app_project.md
19942019
- name: create_app_batch
19952020
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.create_app_batch.md
19962021
- name: patch_app_batch
@@ -2031,8 +2056,12 @@ items:
20312056
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.stop_app_batch.md
20322057
- name: resume_app_batch
20332058
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.resume_app_batch.md
2034-
- name: unarchive_app_project
2035-
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.unarchive_app_project.md
2059+
- name: archive_app_batch
2060+
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_app_batch.md
2061+
- name: unarchive_app_batch
2062+
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.unarchive_app_batch.md
2063+
- name: start_sync_batch_processing
2064+
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.start_sync_batch_processing.md
20362065
- name: assignments
20372066
items:
20382067
- name: accept_assignment
@@ -2103,6 +2132,8 @@ items:
21032132
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.close_pool_for_update.md
21042133
- name: close_pool_for_update_async
21052134
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.close_pool_for_update_async.md
2135+
- name: check_update_project_for_major_version_change
2136+
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.check_update_project_for_major_version_change.md
21062137
- name: create_pool
21072138
href: ../toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.create_pool.md
21082139
- name: find_pools

en/_includes/toloka-kit-toc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
items:
22
- name: Overview
33
href: ../toloka-kit/index.md
4-
- name: Getting API key
4+
- name: Getting OAuth token
55
href: ../toloka-kit/registration.md
66
- name: Quick start
77
href: ../toloka-kit/quick-start.md
@@ -122,4 +122,4 @@ items:
122122
include:
123123
path: toloka-kit-reference-toc.yaml
124124
mode: link
125-
base: en
125+
base: en

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.accept_assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# accept_assignment
2-
`toloka.async_client.client.AsyncTolokaClient.accept_assignment` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.accept_assignment` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async accept_assignment(

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.add_message_thread_to_folders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# add_message_thread_to_folders
2-
`toloka.async_client.client.AsyncTolokaClient.add_message_thread_to_folders` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.add_message_thread_to_folders` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async add_message_thread_to_folders(

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.aggregate_solutions_by_pool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# aggregate_solutions_by_pool
2-
`toloka.async_client.client.AsyncTolokaClient.aggregate_solutions_by_pool` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/__init__.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.aggregate_solutions_by_pool` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/client/__init__.py#L0)
33

44
Starts aggregation of responses in all completed tasks in a pool.
55

@@ -16,9 +16,9 @@ Try [crowd-kit library](https://toloka.ai/docs/crowd-kit). It has many aggregati
1616

1717
| Parameters | Type | Description |
1818
| :----------| :----| :-----------|
19-
`type`|**Union\[[AggregatedSolutionType](toloka.client.aggregation.AggregatedSolutionType.md), str, None\]**|<p>Aggregation model:</p> <ul> <li>`WEIGHTED_DYNAMIC_OVERLAP`[Aggregation](https://toloka.ai/docs/guide/result-aggregation#aggr-by-skill) based on Tolokers' skill in a pool with a dynamic overlap.</li> <li>`DAWID_SKENE`[Dawid-Skene aggregation model](https://toloka.ai/docs/guide/result-aggregation#dawid-skene). It is used in pools without a dynamic overlap.</li> </ul>
19+
`type`|**Union\[[AggregatedSolutionType](toloka.client.aggregation.AggregatedSolutionType.md), str, None\]**|<p>Aggregation model:</p> <ul> <li>`WEIGHTED_DYNAMIC_OVERLAP`[Aggregation](https://toloka.ai/docs/guide/result-aggregation#aggr-by-skill) based on Tolokers&#x27; skill in a pool with a dynamic overlap.</li> <li>`DAWID_SKENE`[Dawid-Skene aggregation model](https://toloka.ai/docs/guide/result-aggregation#dawid-skene). It is used in pools without a dynamic overlap.</li> </ul>
2020
`pool_id`|**Optional\[str\]**|<p>The ID of the pool.</p>
21-
`answer_weight_skill_id`|**Optional\[str\]**|<p>The ID of the skill that determines the weight of the Toloker's responses.</p>
21+
`answer_weight_skill_id`|**Optional\[str\]**|<p>The ID of the skill that determines the weight of the Toloker&#x27;s responses.</p>
2222
`fields`|**Optional\[List\[[PoolAggregatedSolutionRequest.Field](toloka.client.aggregation.PoolAggregatedSolutionRequest.Field.md)\]\]**|<p>Output data fields to aggregate. For the best results, each of these fields should have limited number of response options. If the `DAWID_SKENE` aggregation type is selected, you can only specify one value.</p>
2323

2424
* **Returns:**

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.aggregate_solutions_by_task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# aggregate_solutions_by_task
2-
`toloka.async_client.client.AsyncTolokaClient.aggregate_solutions_by_task` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/__init__.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.aggregate_solutions_by_task` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/client/__init__.py#L0)
33

44
Aggregates responses to a single task on the Toloka server.
55

@@ -16,7 +16,7 @@ Try [crowd-kit library](https://toloka.ai/docs/crowd-kit). It has many aggregati
1616
| :----------| :----| :-----------|
1717
`task_id`|**Optional\[str\]**|<p>The ID of the task.</p>
1818
`pool_id`|**Optional\[str\]**|<p>The ID of the pool containing the task.</p>
19-
`answer_weight_skill_id`|**Optional\[str\]**|<p>The ID of the skill that determines the weight of the Toloker's responses.</p>
19+
`answer_weight_skill_id`|**Optional\[str\]**|<p>The ID of the skill that determines the weight of the Toloker&#x27;s responses.</p>
2020
`fields`|**Optional\[List\[[WeightedDynamicOverlapTaskAggregatedSolutionRequest.Field](toloka.client.aggregation.WeightedDynamicOverlapTaskAggregatedSolutionRequest.Field.md)\]\]**|<p>Output data fields to aggregate. For the best results, each of these fields should have limited number of response options. If the `DAWID_SKENE` aggregation type is selected, you can only specify one value.</p>
2121

2222
* **Returns:**
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# archive_app_batch
2+
`toloka.async_client.client.AsyncTolokaClient.archive_app_batch` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
3+
4+
```python
5+
async archive_app_batch(
6+
self,
7+
app_project_id: str,
8+
batch_id: str
9+
)
10+
```
11+
12+
Archives the batch with the ID specified in the request to hide its data.
13+
14+
15+
You can archive the batches which are not currently being processed (are not in the `PROCESSING` status). You
16+
must stop the batches before archiving them. The batch gets the `ARCHIVE` status.
17+
18+
## Parameters Description
19+
20+
| Parameters | Type | Description |
21+
| :----------| :----| :-----------|
22+
`app_project_id`|**str**|<p>The ID of the project with which the batch is associated.</p>
23+
`batch_id`|**str**|<p>The ID of the batch you want to archive.</p>
24+
25+
**Examples:**
26+
27+
28+
```python
29+
toloka_client.archive_app_batch(
30+
app_project_id='Q2d15QBjpwWuDz8Z321g',
31+
batch_id='4Va2BBWKL88S4QyAgVje'
32+
)
33+
```

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_app_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# archive_app_project
2-
`toloka.async_client.client.AsyncTolokaClient.archive_app_project` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.archive_app_project` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async archive_app_project(self, app_project_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# archive_pool
2-
`toloka.async_client.client.AsyncTolokaClient.archive_pool` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.archive_pool` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async archive_pool(self, pool_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_pool_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# archive_pool_async
2-
`toloka.async_client.client.AsyncTolokaClient.archive_pool_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.archive_pool_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async archive_pool_async(self, pool_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# archive_project
2-
`toloka.async_client.client.AsyncTolokaClient.archive_project` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.archive_project` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async archive_project(self, project_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_project_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# archive_project_async
2-
`toloka.async_client.client.AsyncTolokaClient.archive_project_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.archive_project_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async archive_project_async(self, project_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# archive_training
2-
`toloka.async_client.client.AsyncTolokaClient.archive_training` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.archive_training` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async archive_training(self, training_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.archive_training_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# archive_training_async
2-
`toloka.async_client.client.AsyncTolokaClient.archive_training_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.archive_training_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async archive_training_async(self, training_id: str)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# check_update_project_for_major_version_change
2+
`toloka.async_client.client.AsyncTolokaClient.check_update_project_for_major_version_change` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
3+
4+
```python
5+
async check_update_project_for_major_version_change(
6+
self,
7+
project_id: str,
8+
project: Project
9+
)
10+
```
11+
12+
Checks if the project update is a breaking change or not.
13+
14+
15+
This method is similar to the `update_project` method, but instead of actually applying the changes it checks if
16+
the update is a breaking change or not. If the update is a breaking change, every pool in the project will not
17+
receive the current project update and any future project changes and will be tied to the last version of the
18+
project before the breaking change happened.
19+
20+
## Parameters Description
21+
22+
| Parameters | Type | Description |
23+
| :----------| :----| :-----------|
24+
`project_id`|**str**|<p>The ID of the project to be updated.</p>
25+
`project`|**[Project](toloka.client.project.Project.md)**|<p>The project with new parameters.</p>
26+
27+
* **Returns:**
28+
29+
enum value that describes the level of difference between the current project
30+
and the project that would be created if the update is applied.
31+
32+
* **Return type:**
33+
34+
[ProjectUpdateDifferenceLevel](toloka.client.project.ProjectUpdateDifferenceLevel.md)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.clone_pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# clone_pool
2-
`toloka.async_client.client.AsyncTolokaClient.clone_pool` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.clone_pool` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async clone_pool(self, pool_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.clone_pool_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# clone_pool_async
2-
`toloka.async_client.client.AsyncTolokaClient.clone_pool_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.clone_pool_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async clone_pool_async(self, pool_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.clone_project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# clone_project
2-
`toloka.async_client.client.AsyncTolokaClient.clone_project` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.clone_project` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async clone_project(
@@ -26,7 +26,7 @@ Important notes:
2626
| Parameters | Type | Description |
2727
| :----------| :----| :-----------|
2828
`project_id`|**str**|<p>The ID of the project to be cloned.</p>
29-
`reuse_controllers`|**bool**|<ul> <li>`True` — Use same quality controllers in cloned and created projects.</li> <li>`False` — Use separate quality controllers.</li> </ul> <p>Default value: `True`.</p>
29+
`reuse_controllers`|**bool**|<ul> <li>`True` — Use same quality controllers in cloned and created projects.</li> <li>`False` — Use separate quality controllers.</li> </ul> <p></p><p>Default value: `True`.</p>
3030

3131
* **Returns:**
3232

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.clone_training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# clone_training
2-
`toloka.async_client.client.AsyncTolokaClient.clone_training` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.clone_training` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async clone_training(self, training_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.clone_training_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# clone_training_async
2-
`toloka.async_client.client.AsyncTolokaClient.clone_training_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.clone_training_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async clone_training_async(self, training_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.close_pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# close_pool
2-
`toloka.async_client.client.AsyncTolokaClient.close_pool` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.close_pool` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async close_pool(self, pool_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.close_pool_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# close_pool_async
2-
`toloka.async_client.client.AsyncTolokaClient.close_pool_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.close_pool_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async close_pool_async(self, pool_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.close_pool_for_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# close_pool_for_update
2-
`toloka.async_client.client.AsyncTolokaClient.close_pool_for_update` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.close_pool_for_update` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async close_pool_for_update(self, pool_id: str)

en/toloka-kit/reference/toloka.async_client.client.AsyncTolokaClient.close_pool_for_update_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# close_pool_for_update_async
2-
`toloka.async_client.client.AsyncTolokaClient.close_pool_for_update_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/async_client/client.py#L0)
2+
`toloka.async_client.client.AsyncTolokaClient.close_pool_for_update_async` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.3/src/async_client/client.py#L0)
33

44
```python
55
async close_pool_for_update_async(self, pool_id: str)

0 commit comments

Comments
 (0)