Skip to content

Commit 70190dd

Browse files
committed
example追加
1 parent d5768e0 commit 70190dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)