File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
libs/labelbox/src/labelbox/schema Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -52,5 +52,5 @@ Labelbox Python SDK Documentation
52
52
task
53
53
task-queue
54
54
user
55
- user-group-upload
55
+ user-group-v2
56
56
webhook
Original file line number Diff line number Diff line change
1
+ User Group
2
+ ===============================================================================================
3
+
4
+ .. automodule :: labelbox.schema.user_group_v2
5
+ :members:
6
+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class UploadReport:
54
54
lines : List [UploadReportLine ]
55
55
56
56
57
- class UserGroupUpload :
57
+ class UserGroupV2 :
58
58
"""Upload members to a user group."""
59
59
60
60
def __init__ (self , client : Client ):
@@ -80,7 +80,7 @@ def upload_members(
80
80
For indicvidual email errors, the error message is available in the UploadReport.
81
81
"""
82
82
warnings .warn (
83
- "The upload_members for UserGroupUpload is in beta. The method name and signature may change in the future.”" ,
83
+ "The upload_members for UserGroupV2 is in beta. The method name and signature may change in the future.”" ,
84
84
)
85
85
86
86
if len (emails ) == 0 :
You can’t perform that action at this time.
0 commit comments