@@ -26,7 +26,7 @@ about the json response (task_id, status...).
26
26
27
27
Any parameter available in the documentation _ can be passed as an argument option with the corresponding type.
28
28
29
- .. _documentation : https://docs.scaleapi. com
29
+ .. _documentation : https://scale. com/docs
30
30
31
31
The following endpoints for tasks are available:
32
32
@@ -35,7 +35,7 @@ Create categorization task
35
35
36
36
Check `this `__ for further information.
37
37
38
- __ https://docs.scaleapi. com/#create-categorization-task
38
+ __ https://scale. com/docs /#create-categorization-task
39
39
40
40
.. code-block :: python
41
41
@@ -52,7 +52,7 @@ Create transcription task
52
52
53
53
Check `this `__ for further information.
54
54
55
- __ https://docs.scaleapi. com/#create-transcription-task
55
+ __ https://scale. com/docs/ #create-ocr -transcription-task
56
56
57
57
.. code-block :: python
58
58
@@ -70,7 +70,7 @@ Create comparison task
70
70
71
71
Check `this `__ for further information.
72
72
73
- __ https://docs.scaleapi. com/#create-comparison-task
73
+ __ https://scale. com/docs /#create-comparison-task
74
74
75
75
.. code-block :: python
76
76
@@ -90,7 +90,7 @@ Create annotation task
90
90
91
91
Check `this `__ for further information.
92
92
93
- __ https://docs.scaleapi. com/#create-annotation-task-bounding- box
93
+ __ https://scale. com/docs/#2d- box-annotation
94
94
95
95
.. code-block :: python
96
96
@@ -107,7 +107,7 @@ Create datacollection task
107
107
108
108
Check `this `__ for further information.
109
109
110
- __ https://docs.scaleapi. com/#create-data-collection-task
110
+ __ https://scale. com/docs /#create-data-collection-task
111
111
112
112
.. code-block :: python
113
113
@@ -124,7 +124,7 @@ Create audiotranscription task
124
124
125
125
Check `this `__ for further information.
126
126
127
- __ https://docs.scaleapi. com/#create-audio-transcription-task
127
+ __ https://scale. com/docs /#create-audio-transcription-task
128
128
129
129
.. code-block :: python
130
130
@@ -140,7 +140,7 @@ Retrieve task
140
140
141
141
Check `this `__ for further information.
142
142
143
- __ https://docs.scaleapi. com/#retrieve-a-task
143
+ __ https://scale. com/docs /#retrieve-a-task
144
144
145
145
Retrieve a task given its id.
146
146
@@ -154,7 +154,7 @@ Cancel task
154
154
155
155
Check `this `__ for further information.
156
156
157
- __ https://docs.scaleapi. com/#cancel-a-task
157
+ __ https://scale. com/docs /#cancel-a-task
158
158
159
159
Cancel a task given its id, only if it's not completed.
160
160
@@ -167,7 +167,7 @@ List tasks
167
167
168
168
Check `this `__ for further information.
169
169
170
- __ https://docs.scaleapi. com/#list-all-tasks
170
+ __ https://scale. com/docs /#list-all-tasks
171
171
172
172
Retrieve a list of tasks, with optional filter by date/type. Paginated with limit/offset.
173
173
The return value is a ``scaleapi.Tasklist ``, which acts as a list, but also has fields
0 commit comments