You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status="approved", # status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'
130
+
status="approved", # status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'
Copy file name to clipboardExpand all lines: fastlabel/__init__.py
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ def get_image_tasks(
116
116
Returns up to 1000 at a time, to get more, set offset as the starting position to fetch.
117
117
118
118
project is slug of your project. (Required)
119
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
119
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
120
120
tags is a list of tag. (Optional)
121
121
task_name is a task name. (Optional)
122
122
offset is the starting position number to fetch. (Optional)
Returns up to 1000 at a time, to get more, set offset as the starting position to fetch.
154
154
155
155
project is slug of your project. (Required)
156
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
156
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
157
157
tags is a list of tag. (Optional)
158
158
offset is the starting position number to fetch. (Optional)
159
159
limit is the max number to fetch. (Optional)
@@ -186,7 +186,7 @@ def get_multi_image_tasks(
186
186
Returns up to 10 at a time, to get more, set offset as the starting position to fetch.
187
187
188
188
project is slug of your project. (Required)
189
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
189
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
190
190
tags is a list of tag. (Optional)
191
191
offset is the starting position number to fetch. (Optional)
192
192
limit is the max number to fetch. (Optional)
@@ -222,7 +222,7 @@ def get_video_tasks(
222
222
Returns up to 10 at a time, to get more, set offset as the starting position to fetch.
223
223
224
224
project is slug of your project. (Required)
225
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
225
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
226
226
tags is a list of tag. (Optional)
227
227
task_name is a task name. (Optional)
228
228
offset is the starting position number to fetch. (Optional)
@@ -290,7 +290,7 @@ def create_image_task(
290
290
project is slug of your project. (Required)
291
291
name is an unique identifier of task in your project. (Required)
292
292
file_path is a path to data. Supported extensions are png, jpg, jpeg. (Required)
293
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
293
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
294
294
annotations is a list of annotation to be set in advance. (Optional)
295
295
tags is a list of tag to be set in advance. (Optional)
name is an unique identifier of task in your project. (Required)
327
327
file_path is a path to data. Supported extensions are png, jpg, jpeg. (Required)
328
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
328
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
329
329
attributes is a list of attribute to be set in advance. (Optional)
330
330
tags is a list of tag to be set in advance. (Optional)
331
331
"""
@@ -358,7 +358,7 @@ def create_multi_image_task(
358
358
project is slug of your project. (Required)
359
359
name is an unique identifier of task in your project. (Required)
360
360
folder_path is a path to data folder. Files should be under the folder. Nested folder structure is not supported. Supported extensions of files are png, jpg, jpeg. (Required)
361
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
361
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
362
362
annotations is a list of annotation to be set in advance. (Optional)
363
363
tags is a list of tag to be set in advance. (Optional)
364
364
"""
@@ -402,7 +402,7 @@ def create_video_task(
402
402
project is slug of your project. (Required)
403
403
name is an unique identifier of task in your project. (Required)
404
404
file_path is a path to data. Supported extensions are png, jpg, jpeg. (Required)
405
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
405
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
406
406
annotations is a list of annotation to be set in advance. (Optional)
407
407
tags is a list of tag to be set in advance. (Optional)
408
408
"""
@@ -434,7 +434,7 @@ def update_task(
434
434
Update a single task.
435
435
436
436
task_id is an id of the task. (Required)
437
-
status can be 'registered', 'in_progress', 'completed', 'skipped', 'in_review', 'send_backed', 'approved', 'customer_in_review', 'customer_send_backed', 'customer_approved'. (Optional)
437
+
status can be 'registered', 'completed', 'skipped', 'send_backed', 'approved', 'customer_send_backed', 'customer_approved'. (Optional)
0 commit comments