@@ -25,19 +25,19 @@ _____
25
25
Most of these methods will return a `scaleapi.Task ` object, which will contain information
26
26
about the json response (task_id, status...).
27
27
28
- Any parameter available in scales API documentation _ can be passed as an argument option with the corresponding type.
28
+ Any parameter available in ` Scale's API documentation `__ can be passed as an argument option with the corresponding type.
29
29
30
- .. _ documentation : https://docs.scale.com/reference#task-object
30
+ __ https://docs.scale.com/reference#task-object
31
31
32
32
The following endpoints for tasks are available:
33
33
34
34
Create Task
35
35
^^^^^^^^^^^
36
36
37
37
This method can be used for any Scale supported task type using the following format:
38
- `client.create_{{Task Type}}_task(...) ` and passing the applicable values into the function definition. The applicable fields and further information for each task type can be found in scales API docs ` here `__ for further information.
38
+ `client.create_{{Task Type}}_task(...) ` and passing the applicable values into the function definition. The applicable fields and further information for each task type can be found in ` Scale's API docs `__ for further information.
39
39
40
- .. __ : https://docs.scale.com/reference#general-image-annotation
40
+ __ https://docs.scale.com/reference#general-image-annotation
41
41
42
42
.. code-block :: python
43
43
@@ -59,9 +59,9 @@ This method can be used for any Scale supported task type using the following fo
59
59
Retrieve task
60
60
^^^^^^^^^^^^^
61
61
62
- Check API documentation ` here ` __ for further information.
62
+ ` Check API documentation ` __ for more information.
63
63
64
- .. __ : https://docs.scale.com/reference#retrieve-tasks
64
+ __ https://docs.scale.com/reference#retrieve-tasks
65
65
66
66
Retrieve a task given its id.
67
67
@@ -74,7 +74,7 @@ Retrieve a task given its id.
74
74
List Tasks
75
75
^^^^^^^^^^
76
76
77
- Check API documentation ` here ` __ for further information.
77
+ ` Check API documentation ` __ for more information.
78
78
79
79
__ https://docs.scale.com/reference#list-multiple-tasks
80
80
@@ -104,7 +104,7 @@ Retrieve a list of tasks, with optional filter by stand and end date/type. Pagin
104
104
Cancel Task
105
105
^^^^^^^^^^^
106
106
107
- Check API documentation ` here ` __ for further information.
107
+ ` Check API documentation ` __ for more information.
108
108
109
109
__ https://docs.scale.com/reference#cancel-task
110
110
@@ -120,7 +120,7 @@ _______
120
120
Create Batch
121
121
^^^^^^^^^^^^
122
122
123
- Check API documentation ` here ` __ for further information.
123
+ ` Check API documentation ` __ for more information.
124
124
125
125
__ https://docs.scale.com/reference#batch-creation
126
126
@@ -135,7 +135,7 @@ __ https://docs.scale.com/reference#batch-creation
135
135
Finalize Batceh
136
136
^^^^^^^^^^^^^^^
137
137
138
- Check API documentation ` here ` __ for further information.
138
+ ` Check API documentation ` __ for more information.
139
139
140
140
__ https://docs.scale.com/reference#batch-finalization
141
141
@@ -146,7 +146,7 @@ __ https://docs.scale.com/reference#batch-finalization
146
146
Check Batch Status
147
147
^^^^^^^^^^^^^^^^^^
148
148
149
- Check API documentation ` here ` __ for further information.
149
+ ` Check API documentation ` __ for more information.
150
150
151
151
__ https://docs.scale.com/reference#batch-status
152
152
@@ -157,7 +157,7 @@ __ https://docs.scale.com/reference#batch-status
157
157
Retrieve Batch
158
158
^^^^^^^^^^^^^^
159
159
160
- Check API documentation ` here ` __ for further information.
160
+ ` Check API documentation ` __ for more information.
161
161
162
162
__ https://docs.scale.com/reference#batch-retrieval
163
163
@@ -168,7 +168,7 @@ __ https://docs.scale.com/reference#batch-retrieval
168
168
List Batches
169
169
^^^^^^^^^^^^
170
170
171
- Check API documentation ` here ` __ for further information.
171
+ ` Check API documentation ` __ for more information.
172
172
173
173
__ https://docs.scale.com/reference#batch-list
174
174
@@ -198,7 +198,7 @@ ________
198
198
Create Project
199
199
^^^^^^^^^^^^^^
200
200
201
- Check API documentation ` here ` __ for further information.
201
+ ` Check API documentation ` __ for more information.
202
202
203
203
__ https://docs.scale.com/reference#project-creation
204
204
@@ -213,7 +213,7 @@ __ https://docs.scale.com/reference#project-creation
213
213
Retrieve Project
214
214
^^^^^^^^^^^^^^^^
215
215
216
- Check API documentation ` here ` __ for further information.
216
+ ` Check API documentation ` __ for more information.
217
217
218
218
__ https://docs.scale.com/reference#project-retrieval
219
219
@@ -225,7 +225,7 @@ List Projects
225
225
^^^^^^^^^^^^^
226
226
227
227
This function does not take any arguments. It will return information for every project.
228
- Check API documentation ` here ` __ for further information.
228
+ ` Check API documentation ` __ for more information.
229
229
230
230
__ https://docs.scale.com/reference#batch-list
231
231
@@ -242,7 +242,7 @@ Retrieve a list of batches
242
242
Update Project
243
243
^^^^^^^^^^^^^^
244
244
245
- Check API documentation ` here ` __ for further information.
245
+ ` Check API documentation ` __ for more information.
246
246
247
247
__ https://docs.scale.com/reference#project-update-parameters
248
248
0 commit comments