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
5252 task
5353 task-queue
5454 user
55- user-group-upload
55+ user-group-v2
5656 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:
5454 lines : List [UploadReportLine ]
5555
5656
57- class UserGroupUpload :
57+ class UserGroupV2 :
5858 """Upload members to a user group."""
5959
6060 def __init__ (self , client : Client ):
@@ -80,7 +80,7 @@ def upload_members(
8080 For indicvidual email errors, the error message is available in the UploadReport.
8181 """
8282 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.”" ,
8484 )
8585
8686 if len (emails ) == 0 :
You can’t perform that action at this time.
0 commit comments