We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5768e0 commit 70190ddCopy full SHA for 70190dd
examples/get_auto_annotation_jobs.py
@@ -0,0 +1,10 @@
1
+from pprint import pprint
2
+
3
+import fastlabel
4
5
+client = fastlabel.Client()
6
7
+auto_annotation_jobs = client.get_auto_annotation_jobs(
8
+ project="YOUR_PROJECT_SLUG"
9
+)
10
+pprint(auto_annotation_jobs)
0 commit comments