label-studio-sdk 2.0.12__py3-none-any.whl → 2.0.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of label-studio-sdk might be problematic. Click here for more details.
- label_studio_sdk/__init__.py +2 -8
- label_studio_sdk/actions/__init__.py +2 -0
- label_studio_sdk/actions/types/__init__.py +2 -0
- label_studio_sdk/actions/types/actions_list_response_item.py +2 -1
- label_studio_sdk/actions/types/actions_list_response_item_permission.py +5 -0
- label_studio_sdk/core/client_wrapper.py +6 -1
- label_studio_sdk/export_storage/azure/client.py +14 -10
- label_studio_sdk/export_storage/azure_spi/client.py +14 -10
- label_studio_sdk/export_storage/databricks/client.py +14 -10
- label_studio_sdk/export_storage/gcs/client.py +14 -10
- label_studio_sdk/export_storage/gcswif/client.py +14 -10
- label_studio_sdk/export_storage/local/client.py +14 -10
- label_studio_sdk/export_storage/redis/client.py +14 -10
- label_studio_sdk/export_storage/s3/client.py +14 -10
- label_studio_sdk/export_storage/s3s/client.py +14 -10
- label_studio_sdk/import_storage/azure/client.py +14 -10
- label_studio_sdk/import_storage/azure_spi/client.py +14 -10
- label_studio_sdk/import_storage/databricks/client.py +14 -10
- label_studio_sdk/import_storage/gcs/client.py +14 -10
- label_studio_sdk/import_storage/gcswif/client.py +14 -10
- label_studio_sdk/import_storage/local/client.py +14 -10
- label_studio_sdk/import_storage/redis/client.py +14 -10
- label_studio_sdk/import_storage/s3/client.py +14 -10
- label_studio_sdk/import_storage/s3s/client.py +14 -10
- label_studio_sdk/label_interface/control_tags.py +2 -1
- label_studio_sdk/organizations/__init__.py +1 -2
- label_studio_sdk/organizations/client.py +0 -36
- label_studio_sdk/organizations/permissions/client.py +32 -0
- label_studio_sdk/projects/__init__.py +10 -0
- label_studio_sdk/projects/metrics/custom/client.py +48 -0
- label_studio_sdk/projects/stats/__init__.py +10 -0
- label_studio_sdk/projects/stats/client.py +346 -0
- label_studio_sdk/projects/stats/types/__init__.py +14 -0
- label_studio_sdk/projects/stats/types/stats_users_ground_truth_agreement_response.py +27 -0
- label_studio_sdk/projects/stats/types/stats_users_ground_truth_agreement_response_agreement_value.py +5 -0
- label_studio_sdk/projects/stats/types/stats_users_review_score_response.py +35 -0
- label_studio_sdk/projects/stats/types/stats_users_review_score_response_performance_score_value.py +5 -0
- label_studio_sdk/projects/stats/types/stats_users_review_score_response_review_score_value.py +5 -0
- label_studio_sdk/prompts/versions/client.py +24 -0
- label_studio_sdk/tasks/client.py +10 -0
- label_studio_sdk/types/__init__.py +0 -6
- label_studio_sdk/types/activity_log.py +1 -0
- label_studio_sdk/types/all_roles_project_list.py +1 -1
- label_studio_sdk/types/billing_flags.py +1 -1
- label_studio_sdk/types/default_role.py +0 -9
- label_studio_sdk/types/import_api_request.py +5 -0
- label_studio_sdk/types/lse_organization.py +1 -10
- label_studio_sdk/types/lse_project.py +1 -5
- label_studio_sdk/types/lse_project_counts.py +1 -1
- label_studio_sdk/types/lse_task.py +5 -0
- label_studio_sdk/types/lse_task_serializer_for_reviewers.py +5 -0
- label_studio_sdk/versions/client.py +0 -12
- {label_studio_sdk-2.0.12.dist-info → label_studio_sdk-2.0.13.dist-info}/METADATA +1 -1
- {label_studio_sdk-2.0.12.dist-info → label_studio_sdk-2.0.13.dist-info}/RECORD +56 -55
- label_studio_sdk/organizations/types/__init__.py +0 -5
- label_studio_sdk/organizations/types/patched_default_role_request_custom_scripts_editable_by.py +0 -7
- label_studio_sdk/types/custom_scripts_editable_by_enum.py +0 -5
- label_studio_sdk/types/default_role_custom_scripts_editable_by.py +0 -7
- label_studio_sdk/types/lse_organization_custom_scripts_editable_by.py +0 -7
- {label_studio_sdk-2.0.12.dist-info → label_studio_sdk-2.0.13.dist-info}/LICENSE +0 -0
- {label_studio_sdk-2.0.12.dist-info → label_studio_sdk-2.0.13.dist-info}/WHEEL +0 -0
|
@@ -47,14 +47,12 @@ from .configurable_permission_option import ConfigurablePermissionOption
|
|
|
47
47
|
from .converted_format import ConvertedFormat
|
|
48
48
|
from .converted_format_request import ConvertedFormatRequest
|
|
49
49
|
from .count_limit import CountLimit
|
|
50
|
-
from .custom_scripts_editable_by_enum import CustomScriptsEditableByEnum
|
|
51
50
|
from .databricks_export_storage import DatabricksExportStorage
|
|
52
51
|
from .databricks_export_storage_request import DatabricksExportStorageRequest
|
|
53
52
|
from .databricks_import_storage import DatabricksImportStorage
|
|
54
53
|
from .databricks_import_storage_request import DatabricksImportStorageRequest
|
|
55
54
|
from .default165enum import Default165Enum
|
|
56
55
|
from .default_role import DefaultRole
|
|
57
|
-
from .default_role_custom_scripts_editable_by import DefaultRoleCustomScriptsEditableBy
|
|
58
56
|
from .edition_enum import EditionEnum
|
|
59
57
|
from .export import Export
|
|
60
58
|
from .file_upload import FileUpload
|
|
@@ -84,7 +82,6 @@ from .lse_fields_onboarding_state import LseFieldsOnboardingState
|
|
|
84
82
|
from .lse_fields_trial_role import LseFieldsTrialRole
|
|
85
83
|
from .lse_key_indicator_value import LseKeyIndicatorValue
|
|
86
84
|
from .lse_organization import LseOrganization
|
|
87
|
-
from .lse_organization_custom_scripts_editable_by import LseOrganizationCustomScriptsEditableBy
|
|
88
85
|
from .lse_organization_member_list import LseOrganizationMemberList
|
|
89
86
|
from .lse_project import LseProject
|
|
90
87
|
from .lse_project_counts import LseProjectCounts
|
|
@@ -289,14 +286,12 @@ __all__ = [
|
|
|
289
286
|
"ConvertedFormat",
|
|
290
287
|
"ConvertedFormatRequest",
|
|
291
288
|
"CountLimit",
|
|
292
|
-
"CustomScriptsEditableByEnum",
|
|
293
289
|
"DatabricksExportStorage",
|
|
294
290
|
"DatabricksExportStorageRequest",
|
|
295
291
|
"DatabricksImportStorage",
|
|
296
292
|
"DatabricksImportStorageRequest",
|
|
297
293
|
"Default165Enum",
|
|
298
294
|
"DefaultRole",
|
|
299
|
-
"DefaultRoleCustomScriptsEditableBy",
|
|
300
295
|
"EditionEnum",
|
|
301
296
|
"Export",
|
|
302
297
|
"FileUpload",
|
|
@@ -326,7 +321,6 @@ __all__ = [
|
|
|
326
321
|
"LseFieldsTrialRole",
|
|
327
322
|
"LseKeyIndicatorValue",
|
|
328
323
|
"LseOrganization",
|
|
329
|
-
"LseOrganizationCustomScriptsEditableBy",
|
|
330
324
|
"LseOrganizationMemberList",
|
|
331
325
|
"LseProject",
|
|
332
326
|
"LseProjectCounts",
|
|
@@ -34,6 +34,7 @@ class ActivityLog(UncheckedBaseModel):
|
|
|
34
34
|
response_code: str
|
|
35
35
|
user_agent: typing.Optional[str] = None
|
|
36
36
|
user_id: int
|
|
37
|
+
user_session: typing.Optional[str] = None
|
|
37
38
|
workspace_owner_id: typing.Optional[int] = pydantic.Field(default=None)
|
|
38
39
|
"""
|
|
39
40
|
Owner id of workspace where action performed
|
|
@@ -114,7 +114,7 @@ class AllRolesProjectList(UncheckedBaseModel):
|
|
|
114
114
|
Machine learning model version
|
|
115
115
|
"""
|
|
116
116
|
|
|
117
|
-
num_tasks_with_annotations: int
|
|
117
|
+
num_tasks_with_annotations: typing.Optional[int] = None
|
|
118
118
|
organization: typing.Optional[int] = None
|
|
119
119
|
overlap_cohort_percentage: typing.Optional[int] = None
|
|
120
120
|
parsed_label_config: typing.Optional[typing.Any] = None
|
|
@@ -15,6 +15,7 @@ class BillingFlags(UncheckedBaseModel):
|
|
|
15
15
|
allow_data_credentials: bool
|
|
16
16
|
allow_invite_people: bool
|
|
17
17
|
allow_invite_project_experts: bool
|
|
18
|
+
allow_nda: bool
|
|
18
19
|
allow_organization_webhooks: bool
|
|
19
20
|
allow_sso: bool
|
|
20
21
|
allow_storage_proxy: bool
|
|
@@ -27,7 +28,6 @@ class BillingFlags(UncheckedBaseModel):
|
|
|
27
28
|
embed_domains: typing.Optional[typing.List[typing.Dict[str, typing.Optional[typing.Any]]]] = None
|
|
28
29
|
embed_enabled: bool
|
|
29
30
|
embed_settings: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = None
|
|
30
|
-
hide_storage_settings_for_manager: bool
|
|
31
31
|
manual_role_management: bool
|
|
32
32
|
manual_workspace_management: bool
|
|
33
33
|
secure_mode: bool
|
|
@@ -4,7 +4,6 @@ from ..core.unchecked_base_model import UncheckedBaseModel
|
|
|
4
4
|
import typing
|
|
5
5
|
import datetime as dt
|
|
6
6
|
import pydantic
|
|
7
|
-
from .default_role_custom_scripts_editable_by import DefaultRoleCustomScriptsEditableBy
|
|
8
7
|
from .role9e7enum import Role9E7Enum
|
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
10
9
|
|
|
@@ -15,14 +14,6 @@ class DefaultRole(UncheckedBaseModel):
|
|
|
15
14
|
Set to current time to restrict data sharing between annotators and reviewers in the label stream, review stream, and notifications (which will be disabled). In these settings, information about annotator and reviewer identity is suppressed in the UI.
|
|
16
15
|
"""
|
|
17
16
|
|
|
18
|
-
custom_scripts_editable_by: typing.Optional[DefaultRoleCustomScriptsEditableBy] = pydantic.Field(default=None)
|
|
19
|
-
"""
|
|
20
|
-
Set the minimum user role that can edit custom scripts (Plugins) in the UI.
|
|
21
|
-
|
|
22
|
-
* `AD` - Administrator
|
|
23
|
-
* `MA` - Manager
|
|
24
|
-
"""
|
|
25
|
-
|
|
26
17
|
custom_scripts_enabled_at: typing.Optional[dt.datetime] = pydantic.Field(default=None)
|
|
27
18
|
"""
|
|
28
19
|
Set to current time to enable custom scripts (Plugins) for this organization. Can only be enabled if no organization members are active members of any other organizations; otherwise an error will be raised. If this occurs, contact the LEAP team for assistance with enabling custom scripts (Plugins).
|
|
@@ -52,6 +52,11 @@ class ImportApiRequest(UncheckedBaseModel):
|
|
|
52
52
|
Number of distinct annotators that processed the current task
|
|
53
53
|
"""
|
|
54
54
|
|
|
55
|
+
precomputed_agreement: typing.Optional[float] = pydantic.Field(default=None)
|
|
56
|
+
"""
|
|
57
|
+
Average agreement score for the task
|
|
58
|
+
"""
|
|
59
|
+
|
|
55
60
|
predictions: typing.Optional[typing.List[PredictionRequest]] = None
|
|
56
61
|
total_annotations: typing.Optional[int] = pydantic.Field(default=None)
|
|
57
62
|
"""
|
|
@@ -4,23 +4,14 @@ from ..core.unchecked_base_model import UncheckedBaseModel
|
|
|
4
4
|
from .organization_billing import OrganizationBilling
|
|
5
5
|
import datetime as dt
|
|
6
6
|
import typing
|
|
7
|
-
from .lse_organization_custom_scripts_editable_by import LseOrganizationCustomScriptsEditableBy
|
|
8
|
-
import pydantic
|
|
9
7
|
from .role9e7enum import Role9E7Enum
|
|
8
|
+
import pydantic
|
|
10
9
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
|
11
10
|
|
|
12
11
|
|
|
13
12
|
class LseOrganization(UncheckedBaseModel):
|
|
14
13
|
billing: OrganizationBilling
|
|
15
14
|
created_at: dt.datetime
|
|
16
|
-
custom_scripts_editable_by: typing.Optional[LseOrganizationCustomScriptsEditableBy] = pydantic.Field(default=None)
|
|
17
|
-
"""
|
|
18
|
-
Set the minimum user role that can edit custom scripts (Plugins) in the UI.
|
|
19
|
-
|
|
20
|
-
* `AD` - Administrator
|
|
21
|
-
* `MA` - Manager
|
|
22
|
-
"""
|
|
23
|
-
|
|
24
15
|
custom_scripts_enabled: str
|
|
25
16
|
default_role: typing.Optional[Role9E7Enum] = pydantic.Field(default=None)
|
|
26
17
|
"""
|
|
@@ -114,11 +114,7 @@ class LseProject(UncheckedBaseModel):
|
|
|
114
114
|
Machine learning model version
|
|
115
115
|
"""
|
|
116
116
|
|
|
117
|
-
num_tasks_with_annotations: int =
|
|
118
|
-
"""
|
|
119
|
-
Tasks with annotations count
|
|
120
|
-
"""
|
|
121
|
-
|
|
117
|
+
num_tasks_with_annotations: typing.Optional[int] = None
|
|
122
118
|
organization: typing.Optional[int] = None
|
|
123
119
|
overlap_cohort_percentage: typing.Optional[int] = None
|
|
124
120
|
parsed_label_config: typing.Optional[typing.Any] = None
|
|
@@ -72,6 +72,11 @@ class LseTask(UncheckedBaseModel):
|
|
|
72
72
|
Number of distinct annotators that processed the current task
|
|
73
73
|
"""
|
|
74
74
|
|
|
75
|
+
precomputed_agreement: typing.Optional[float] = pydantic.Field(default=None)
|
|
76
|
+
"""
|
|
77
|
+
Average agreement score for the task
|
|
78
|
+
"""
|
|
79
|
+
|
|
75
80
|
predictions: typing.List[LseTaskPredictionsItem] = pydantic.Field()
|
|
76
81
|
"""
|
|
77
82
|
Predictions for this task
|
|
@@ -72,6 +72,11 @@ class LseTaskSerializerForReviewers(UncheckedBaseModel):
|
|
|
72
72
|
Number of distinct annotators that processed the current task
|
|
73
73
|
"""
|
|
74
74
|
|
|
75
|
+
precomputed_agreement: typing.Optional[float] = pydantic.Field(default=None)
|
|
76
|
+
"""
|
|
77
|
+
Average agreement score for the task
|
|
78
|
+
"""
|
|
79
|
+
|
|
75
80
|
predictions: typing.List[LseTaskSerializerForReviewersPredictionsItem] = pydantic.Field()
|
|
76
81
|
"""
|
|
77
82
|
Predictions for this task
|
|
@@ -16,12 +16,6 @@ class VersionsClient:
|
|
|
16
16
|
|
|
17
17
|
def get(self, *, request_options: typing.Optional[RequestOptions] = None) -> VersionResponse:
|
|
18
18
|
"""
|
|
19
|
-
<Card href="https://humansignal.com/goenterprise">
|
|
20
|
-
<img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
|
|
21
|
-
<p style="margin-top: 10px; font-size: 14px;">
|
|
22
|
-
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
|
|
23
|
-
</p>
|
|
24
|
-
</Card>
|
|
25
19
|
Get version information about the Label Studio instance.
|
|
26
20
|
|
|
27
21
|
Parameters
|
|
@@ -69,12 +63,6 @@ class AsyncVersionsClient:
|
|
|
69
63
|
|
|
70
64
|
async def get(self, *, request_options: typing.Optional[RequestOptions] = None) -> VersionResponse:
|
|
71
65
|
"""
|
|
72
|
-
<Card href="https://humansignal.com/goenterprise">
|
|
73
|
-
<img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
|
|
74
|
-
<p style="margin-top: 10px; font-size: 14px;">
|
|
75
|
-
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
|
|
76
|
-
</p>
|
|
77
|
-
</Card>
|
|
78
66
|
Get version information about the Label Studio instance.
|
|
79
67
|
|
|
80
68
|
Parameters
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
label_studio_sdk/__init__.py,sha256=
|
|
1
|
+
label_studio_sdk/__init__.py,sha256=I1MDpgr6H4FfIvwo12JwIAANw1UcN1tdtTJN1zoJSW0,20336
|
|
2
2
|
label_studio_sdk/_extensions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
label_studio_sdk/_extensions/eval/categorical.py,sha256=MxH2Jl8Mc6HS2byBnlRgABZgwMutSQdH3tgspwCkxqk,2703
|
|
4
4
|
label_studio_sdk/_extensions/label_studio_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -24,9 +24,9 @@ label_studio_sdk/_legacy/schema/label_config_schema.json,sha256=5wCJPCUxxgG7YLGo
|
|
|
24
24
|
label_studio_sdk/_legacy/users.py,sha256=G5wxBf7sGpZlN_0sR2NDovESIw1v2RfXWveCLHTgvN4,1402
|
|
25
25
|
label_studio_sdk/_legacy/utils.py,sha256=ZeBEwUmHyK_GdUjAEOdIqkbKRT7SviO4Db0Uj6tMNfI,4518
|
|
26
26
|
label_studio_sdk/_legacy/workspaces.py,sha256=9SrmZyWqj_0etCyTWzeC6v30jAIDnjerx4cNBlP3MGg,1913
|
|
27
|
-
label_studio_sdk/actions/__init__.py,sha256=
|
|
27
|
+
label_studio_sdk/actions/__init__.py,sha256=BPjZurJj2Q4_jtf7bZ_FNPFw-NZvJxxWT6n_HwGFpuk,1263
|
|
28
28
|
label_studio_sdk/actions/client.py,sha256=3jj3ASZFmlgoC8xNzvpEHTo5yXRRNxTUP19Gbrul8qE,14010
|
|
29
|
-
label_studio_sdk/actions/types/__init__.py,sha256=
|
|
29
|
+
label_studio_sdk/actions/types/__init__.py,sha256=45IYFB1JwZTONfG7gyr7e3P_rzzMjlI02phWyKdHUfY,1910
|
|
30
30
|
label_studio_sdk/actions/types/actions_create_request_filters.py,sha256=8z0HBtJxTqwVPQVq9jHUEZI3NF9CjfCrz0Y_oHIV6Ok,1596
|
|
31
31
|
label_studio_sdk/actions/types/actions_create_request_filters_conjunction.py,sha256=thuQnCJNFFIxmpSXp7F3anXVkp7BtQntBIVgZVlw21Y,175
|
|
32
32
|
label_studio_sdk/actions/types/actions_create_request_filters_items_item.py,sha256=uhTsD6vXrh_8Zsy1h9zMhagNN6kc7g1PRpk-tQ_CN0w,5124
|
|
@@ -38,8 +38,9 @@ label_studio_sdk/actions/types/actions_create_request_ordering_item.py,sha256=dE
|
|
|
38
38
|
label_studio_sdk/actions/types/actions_create_request_selected_items.py,sha256=7LLWE7AMw-VJ4XgOEdPIJrH7ecbE6wvThBC4DDfO-2Y,425
|
|
39
39
|
label_studio_sdk/actions/types/actions_create_request_selected_items_excluded.py,sha256=EMZzhLjEAzqYBbk1TCitwuoYBqzv_UDHpt2UIknAIdo,907
|
|
40
40
|
label_studio_sdk/actions/types/actions_create_request_selected_items_included.py,sha256=otbwleXq06djaZr_BGJ2F5QgpdAmyRr33PaJM5rJfno,906
|
|
41
|
-
label_studio_sdk/actions/types/actions_list_response_item.py,sha256=
|
|
41
|
+
label_studio_sdk/actions/types/actions_list_response_item.py,sha256=OuD7_46L26cBKoHbyxApnSNldmv1p5kORZLQ7qVPMAk,1019
|
|
42
42
|
label_studio_sdk/actions/types/actions_list_response_item_dialog.py,sha256=nhaowUWkHdJ5JfUsNf4blwGezPDjYL4XwbFaFV7--zY,770
|
|
43
|
+
label_studio_sdk/actions/types/actions_list_response_item_permission.py,sha256=1HLnWLz4yaHaAcCSZb5cIEKX-ixyIDGDypMCjC_AGis,152
|
|
43
44
|
label_studio_sdk/activity_logs/__init__.py,sha256=AeLFtN6yzW4f6i1yUTEuMcA961RLWuP2PoTWz2xSN9M,159
|
|
44
45
|
label_studio_sdk/activity_logs/client.py,sha256=CIIYicxpgeuibOXqndmPyOB3Tf-IpfM-rZ_T-sM1OyY,9508
|
|
45
46
|
label_studio_sdk/activity_logs/types/__init__.py,sha256=jim5zgH3SbEIX92tkQzrsEkg4qNwCEDDfoyliilmasM,187
|
|
@@ -83,7 +84,7 @@ label_studio_sdk/converter/main.py,sha256=gfe5zPV2dnIk4ifG1AT95ExkzOSLzje0EOjnW0
|
|
|
83
84
|
label_studio_sdk/converter/utils.py,sha256=VshPBwZLu2VPIGVsShKAkZwB_zKz0VvMkNRCwWeEqWg,18702
|
|
84
85
|
label_studio_sdk/core/__init__.py,sha256=ce_PzO3KeABqvV_Tz7cF_EnMf_mjAGZw9sp2q4XfFvY,1672
|
|
85
86
|
label_studio_sdk/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
86
|
-
label_studio_sdk/core/client_wrapper.py,sha256=
|
|
87
|
+
label_studio_sdk/core/client_wrapper.py,sha256=nRe5WYOImlg1BpR_piKOyRB--W54kSME128f_w2Jmmc,2394
|
|
87
88
|
label_studio_sdk/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
88
89
|
label_studio_sdk/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
89
90
|
label_studio_sdk/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
|
|
@@ -106,55 +107,55 @@ label_studio_sdk/errors/not_found_error.py,sha256=tBVCeBC8n3C811WHRj_n-hs3h8MqwR
|
|
|
106
107
|
label_studio_sdk/errors/unauthorized_error.py,sha256=1ewNCqSG1P-uogB5yCNwreq4Bf3VRor0woSOXS4NjPU,266
|
|
107
108
|
label_studio_sdk/export_storage/__init__.py,sha256=wV8vx94m27R37JSlTLqPXdmp0Yv1ZyHW0I7pTv70bZ0,375
|
|
108
109
|
label_studio_sdk/export_storage/azure/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
109
|
-
label_studio_sdk/export_storage/azure/client.py,sha256=
|
|
110
|
+
label_studio_sdk/export_storage/azure/client.py,sha256=lGXp5obRl1ztKhmlwW0pDdzf2hMDOML6KTCpRHavRmk,30750
|
|
110
111
|
label_studio_sdk/export_storage/azure_spi/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
111
|
-
label_studio_sdk/export_storage/azure_spi/client.py,sha256=
|
|
112
|
+
label_studio_sdk/export_storage/azure_spi/client.py,sha256=D91L-ttqogCGXE51lQhlNdgn1R5SUQJmIu1T6MnwJ8c,51786
|
|
112
113
|
label_studio_sdk/export_storage/client.py,sha256=MKuL7B6CMCJEn8l5hPEeR4QkWCTUSWulMkHcfSHurqc,5960
|
|
113
114
|
label_studio_sdk/export_storage/databricks/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
114
|
-
label_studio_sdk/export_storage/databricks/client.py,sha256=
|
|
115
|
+
label_studio_sdk/export_storage/databricks/client.py,sha256=QEzB0vPT6d08MkGg2M7HciMkBg8rx5GTlnaZxger_6Y,51278
|
|
115
116
|
label_studio_sdk/export_storage/gcs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
116
|
-
label_studio_sdk/export_storage/gcs/client.py,sha256=
|
|
117
|
+
label_studio_sdk/export_storage/gcs/client.py,sha256=OHT_lK1436xYqZi8aZ5rbV9iriGCDKLMntGL8cjgplg,31477
|
|
117
118
|
label_studio_sdk/export_storage/gcswif/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
118
|
-
label_studio_sdk/export_storage/gcswif/client.py,sha256=
|
|
119
|
+
label_studio_sdk/export_storage/gcswif/client.py,sha256=NJkLokSRqBLK5xOVmeAr9cPTDE_cGyxaWxgrfN_3Vj4,53184
|
|
119
120
|
label_studio_sdk/export_storage/local/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
120
|
-
label_studio_sdk/export_storage/local/client.py,sha256=
|
|
121
|
+
label_studio_sdk/export_storage/local/client.py,sha256=6BVpHZSP1Zl3SbKvvsGKfy0yYOLJwS9vsXtmqE7aGDg,30038
|
|
121
122
|
label_studio_sdk/export_storage/redis/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
122
|
-
label_studio_sdk/export_storage/redis/client.py,sha256=
|
|
123
|
+
label_studio_sdk/export_storage/redis/client.py,sha256=kCL4Fp4qoK6K2Uq_NWAF9BQbo_bznWhcZvJY26P784s,31089
|
|
123
124
|
label_studio_sdk/export_storage/s3/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
124
|
-
label_studio_sdk/export_storage/s3/client.py,sha256=
|
|
125
|
+
label_studio_sdk/export_storage/s3/client.py,sha256=VC7ZfmHKRd4Ac5WMhpRlE-7xyD4jAHlMx6cdDbXEKeE,34756
|
|
125
126
|
label_studio_sdk/export_storage/s3s/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
126
|
-
label_studio_sdk/export_storage/s3s/client.py,sha256=
|
|
127
|
+
label_studio_sdk/export_storage/s3s/client.py,sha256=LOP6p-x9AKBeGwxIHLNt6bclFW5PEoqV3TceX7Skq4U,54284
|
|
127
128
|
label_studio_sdk/export_storage/types/__init__.py,sha256=G7iAfiRBL1WTYsluefJV4ZFUaBmK4mMp9sAMPJ7NZbw,203
|
|
128
129
|
label_studio_sdk/export_storage/types/export_storage_list_types_response_item.py,sha256=g-yiiSzRPKOgjN_fiOmGnrL3C92JYBUZMAQSHlXjf14,644
|
|
129
130
|
label_studio_sdk/files/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
130
131
|
label_studio_sdk/files/client.py,sha256=OuSmuewFavBVm9bstwpb9CeGyJASEi_BS7HePvBDVYI,18899
|
|
131
132
|
label_studio_sdk/import_storage/__init__.py,sha256=_h-ZnZ_TUsugME8zE3F_aeAkbbIU5rWEJxmDsQfMWCU,375
|
|
132
133
|
label_studio_sdk/import_storage/azure/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
133
|
-
label_studio_sdk/import_storage/azure/client.py,sha256=
|
|
134
|
+
label_studio_sdk/import_storage/azure/client.py,sha256=NfLuaMGkTKjlo-_HrK7t7XqfQCaJFK0aDQA2mEnW94U,35326
|
|
134
135
|
label_studio_sdk/import_storage/azure_spi/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
135
|
-
label_studio_sdk/import_storage/azure_spi/client.py,sha256=
|
|
136
|
+
label_studio_sdk/import_storage/azure_spi/client.py,sha256=wAVC9arlyZ1lEun94VG5A94zquIMYH_jIoysMyJs7UA,53418
|
|
136
137
|
label_studio_sdk/import_storage/client.py,sha256=O41W9ohoc2IjUlr7DZpE5tAcGM_yHlaIQIpLBycKg4I,5946
|
|
137
138
|
label_studio_sdk/import_storage/databricks/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
138
|
-
label_studio_sdk/import_storage/databricks/client.py,sha256=
|
|
139
|
+
label_studio_sdk/import_storage/databricks/client.py,sha256=6i1RU_3zPaKP2wqoNWVZuLwKXqN2CEi9vUSaf4XBDzM,53180
|
|
139
140
|
label_studio_sdk/import_storage/gcs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
140
|
-
label_studio_sdk/import_storage/gcs/client.py,sha256=
|
|
141
|
+
label_studio_sdk/import_storage/gcs/client.py,sha256=nX9xwn4Ls512ym1E4XIVlvmPgBM7TifPA5j5paD89f4,36077
|
|
141
142
|
label_studio_sdk/import_storage/gcswif/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
142
|
-
label_studio_sdk/import_storage/gcswif/client.py,sha256=
|
|
143
|
+
label_studio_sdk/import_storage/gcswif/client.py,sha256=GuRgwRTee0Rx1KX9c5wvY8eWQDh_s6aI9Eiv2GCwXbg,54872
|
|
143
144
|
label_studio_sdk/import_storage/local/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
144
|
-
label_studio_sdk/import_storage/local/client.py,sha256=
|
|
145
|
+
label_studio_sdk/import_storage/local/client.py,sha256=S4ED3QFssXJRQ4Y68-uPWacQt9a-6axty2BtVgeWubk,29948
|
|
145
146
|
label_studio_sdk/import_storage/redis/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
146
|
-
label_studio_sdk/import_storage/redis/client.py,sha256=
|
|
147
|
+
label_studio_sdk/import_storage/redis/client.py,sha256=krkbyVNmKdPSgHC8QblJ5aZKUc9JHilr4ol23avZO4Q,32769
|
|
147
148
|
label_studio_sdk/import_storage/s3/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
148
|
-
label_studio_sdk/import_storage/s3/client.py,sha256=
|
|
149
|
+
label_studio_sdk/import_storage/s3/client.py,sha256=MFybeZS0DGBct-90qkzAY4dD_YlstkwXTdu6PAYevaU,40374
|
|
149
150
|
label_studio_sdk/import_storage/s3s/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
150
|
-
label_studio_sdk/import_storage/s3s/client.py,sha256=
|
|
151
|
+
label_studio_sdk/import_storage/s3s/client.py,sha256=uWDVzcsM2_HJ5SCJpOL2XqJ5fhbAYA4U5KdL_Tis-_I,56034
|
|
151
152
|
label_studio_sdk/import_storage/types/__init__.py,sha256=LSPRtCZ04H1CRzFC6KQnse2KDh5Weeo9IPmRoluhvoc,203
|
|
152
153
|
label_studio_sdk/import_storage/types/import_storage_list_types_response_item.py,sha256=H-F-2nMIlP5v6mdPbR0mDSOd1ApwZfhh3MIyqj9iyXk,644
|
|
153
154
|
label_studio_sdk/jwt_settings/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
154
155
|
label_studio_sdk/jwt_settings/client.py,sha256=ts6-0r8XY-KH8nBdZnKkIDSPZDMdle0JsIX3xOVOaYo,8058
|
|
155
156
|
label_studio_sdk/label_interface/__init__.py,sha256=Eg6y3mAaYdKzJ5ZPhU_BTX2qoNPafthdxLD2I_rmXoU,38
|
|
156
157
|
label_studio_sdk/label_interface/base.py,sha256=NCgY7ntk0WSc9O9iXu3g37-CxbZgCx_WO2pvOEHK-cg,2786
|
|
157
|
-
label_studio_sdk/label_interface/control_tags.py,sha256=
|
|
158
|
+
label_studio_sdk/label_interface/control_tags.py,sha256=UBoFKhICY0ieSWztRH6anKYrFdS35XAhBGz-uxpr8V4,33160
|
|
158
159
|
label_studio_sdk/label_interface/create.py,sha256=c3h5_FF4u5J62_mqq1oK2mjqXL-I1559C6MfoxkgO6s,6993
|
|
159
160
|
label_studio_sdk/label_interface/data_examples.json,sha256=CU2rhDG0946a2ImMcA4V2R2OYTBCMtU8l_Y4vljHHA8,8860
|
|
160
161
|
label_studio_sdk/label_interface/interface.py,sha256=3wAn9fPzgy9vync5JTN0XbBBafjZBBcV31SeCCei1YU,56217
|
|
@@ -172,21 +173,19 @@ label_studio_sdk/model_providers/__init__.py,sha256=qJwxSM8nhdwwUWeqFW7pKaTBktB3
|
|
|
172
173
|
label_studio_sdk/model_providers/client.py,sha256=R7VJ4MbIGcz8QD0rRoF3M9OUumRmIR4tb7MmMTbwp6E,35097
|
|
173
174
|
label_studio_sdk/model_providers/types/__init__.py,sha256=vSsm_DCgvoiD0sK3R6xoI3GInGJjavtc5bNtSAnTLMI,240
|
|
174
175
|
label_studio_sdk/model_providers/types/model_providers_list_model_provider_choices_response.py,sha256=8K2r1Zwh1XwV2uK3F2PpLcuozsQkuqtCtEzWYvbP6M0,642
|
|
175
|
-
label_studio_sdk/organizations/__init__.py,sha256=
|
|
176
|
-
label_studio_sdk/organizations/client.py,sha256=
|
|
176
|
+
label_studio_sdk/organizations/__init__.py,sha256=YnsIwBaEfXoYNBa_XyL5tkSXiw3gpdWmHUPlPF_r_kE,158
|
|
177
|
+
label_studio_sdk/organizations/client.py,sha256=OPMrr9BCOV8dFaeZ6rrf3c4TdK7AzUU647K9qWXiDc8,32152
|
|
177
178
|
label_studio_sdk/organizations/invites/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
178
179
|
label_studio_sdk/organizations/invites/client.py,sha256=pQWATv5l0tjGHAtEucRkuCDATUmElnH51lk3-9-G8c0,13930
|
|
179
180
|
label_studio_sdk/organizations/members/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
180
181
|
label_studio_sdk/organizations/members/client.py,sha256=EApDVbdTT7R_jZH-j5r19u9oZmK9axS6jfM2dhZoKOo,24709
|
|
181
182
|
label_studio_sdk/organizations/permissions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
182
|
-
label_studio_sdk/organizations/permissions/client.py,sha256=
|
|
183
|
-
label_studio_sdk/organizations/types/__init__.py,sha256=9akBrG6IHZY0u-MRdMAN8ce6QXzyoy3dx2_F6vmzZAI,247
|
|
184
|
-
label_studio_sdk/organizations/types/patched_default_role_request_custom_scripts_editable_by.py,sha256=MvH5EGQ7Hk6q0ZFJvl8HtswlEPUOJ156g02Vr3DDbo4,304
|
|
183
|
+
label_studio_sdk/organizations/permissions/client.py,sha256=5GNhUG2ANM57lve6phl05FpVZwib4Il8hM6gWBZ7zGE,44931
|
|
185
184
|
label_studio_sdk/predictions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
186
185
|
label_studio_sdk/predictions/client.py,sha256=byZeW8GKDcQybZtF7JypVSuDkAOynDZ7B3m9zOcKns0,23930
|
|
187
186
|
label_studio_sdk/project_templates/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
188
187
|
label_studio_sdk/project_templates/client.py,sha256=ty8J3PrZUR1mN4d8lyb6KMfl5EHjQiDaur4qA3EXOAg,35346
|
|
189
|
-
label_studio_sdk/projects/__init__.py,sha256=
|
|
188
|
+
label_studio_sdk/projects/__init__.py,sha256=tXMIp2vkXDIdByzH1MHK_9TsQa1JdtI67_Jg08MhoYI,5026
|
|
190
189
|
label_studio_sdk/projects/assignments/__init__.py,sha256=bllP6i4AeZvmw72dM7ZUC3yV6jo7T_xs6ygkFpi0BcY,1419
|
|
191
190
|
label_studio_sdk/projects/assignments/client.py,sha256=aCM5S_EmijY0UTYqlqaRi2rnbezMN6IkzHtdvQ3nDDM,31772
|
|
192
191
|
label_studio_sdk/projects/assignments/types/__init__.py,sha256=0qltWGWdInAPW5mvPcOHdhNjgGSoR-bgr5gPa6Ctql8,2169
|
|
@@ -223,16 +222,16 @@ label_studio_sdk/projects/members/paginated/client.py,sha256=GPPI6h1EfokQ4gMjo5c
|
|
|
223
222
|
label_studio_sdk/projects/metrics/__init__.py,sha256=m9tH0fLuScfYi_pGIPNCGE_fRvt0FzmjCGUmPyUZ1SA,179
|
|
224
223
|
label_studio_sdk/projects/metrics/client.py,sha256=Zj_lz-gIqfExcVGU9PW-sLbTG_jCDX06V96nN8B6Di0,11082
|
|
225
224
|
label_studio_sdk/projects/metrics/custom/__init__.py,sha256=MixEL4qUn7vOlK7SihoQXx_25y3MZAPlXFkgH1vTI4o,147
|
|
226
|
-
label_studio_sdk/projects/metrics/custom/client.py,sha256=
|
|
225
|
+
label_studio_sdk/projects/metrics/custom/client.py,sha256=xnhITZn3N3vzLe9s9zF96_T107MeJBlxTgK5yCoTBHE,20225
|
|
227
226
|
label_studio_sdk/projects/metrics/custom/types/__init__.py,sha256=UvVnkSwi8HUB06tvLrlomGQQ_0ysMj4LjYK7W8zn0e4,168
|
|
228
227
|
label_studio_sdk/projects/metrics/custom/types/custom_get_lambda_response.py,sha256=2j442w02YZulagDMpp6Cy1gcHuZzxy7eziRWsTg4bJ0,574
|
|
229
228
|
label_studio_sdk/projects/pauses/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
230
229
|
label_studio_sdk/projects/pauses/client.py,sha256=akgtJOPUdnk5_rEvnyZythglrg3b3U196bWhkvU6ju4,25669
|
|
231
230
|
label_studio_sdk/projects/roles/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
232
231
|
label_studio_sdk/projects/roles/client.py,sha256=cGjU8qGuDRCHhnVoc05eGu-denC5CX66bD6fHpOSZRw,18857
|
|
233
|
-
label_studio_sdk/projects/stats/__init__.py,sha256=
|
|
234
|
-
label_studio_sdk/projects/stats/client.py,sha256=
|
|
235
|
-
label_studio_sdk/projects/stats/types/__init__.py,sha256=
|
|
232
|
+
label_studio_sdk/projects/stats/__init__.py,sha256=TK5l8yFAc46z8Rp3HAPrEkHkb9X1ssiiZeNzotpYE5M,2857
|
|
233
|
+
label_studio_sdk/projects/stats/client.py,sha256=4FyhM3vbE_QTSm6yWenP8BYie2CmDjojY-slaYDR18I,86319
|
|
234
|
+
label_studio_sdk/projects/stats/types/__init__.py,sha256=K8SYDpZHGZpvvL9CpOFjHk3U3FlPvnrPP0poHBtXRxI,4464
|
|
236
235
|
label_studio_sdk/projects/stats/types/stats_agreement_annotator_response.py,sha256=j_0I66TIKwBjNgHzT9Bcw1RALVefHif5ASuhzhR5xro,874
|
|
237
236
|
label_studio_sdk/projects/stats/types/stats_agreement_annotators_response.py,sha256=d6uqK7hgMUy4Uh2JGcsigjjpQ_Ye45ecEoJ2YX6wlso,719
|
|
238
237
|
label_studio_sdk/projects/stats/types/stats_data_filters_response.py,sha256=vowYJDKsc0VnKp3RUknIFF21R5wYtoI8hgi_WzIo-ew,812
|
|
@@ -258,8 +257,13 @@ label_studio_sdk/projects/stats/types/stats_user_prediction_agreement_response_a
|
|
|
258
257
|
label_studio_sdk/projects/stats/types/stats_user_review_score_response.py,sha256=IkHp70wdojC7OEpNDrI_HkXNF06CSyTOatbpn-btwb4,945
|
|
259
258
|
label_studio_sdk/projects/stats/types/stats_user_review_score_response_performance_score.py,sha256=v_2id5FlC8FsLXHYdQeyvXVhUh5LUSxsALELPNc0KEc,172
|
|
260
259
|
label_studio_sdk/projects/stats/types/stats_user_review_score_response_review_score.py,sha256=2aUmSJpi4CCvuJaUtCf-wGWJpf-WC8kTM4cr1vTFNxw,167
|
|
260
|
+
label_studio_sdk/projects/stats/types/stats_users_ground_truth_agreement_response.py,sha256=YRaibFhOjA8HfRojgsHmmcDKfFz0MJbu0Bz4o6Ew4nA,943
|
|
261
|
+
label_studio_sdk/projects/stats/types/stats_users_ground_truth_agreement_response_agreement_value.py,sha256=9v3-0EHuGZSGyM-ZVN7etw1LTW1GQQylyWxChRhkslQ,180
|
|
261
262
|
label_studio_sdk/projects/stats/types/stats_users_prediction_agreement_response.py,sha256=7MTLb4u1UicnQmo1op8Yi-cSpijAiIOpPn0t8fXuMtY,936
|
|
262
263
|
label_studio_sdk/projects/stats/types/stats_users_prediction_agreement_response_agreement_value.py,sha256=wHIOzsLI1vtqfvCmsOZj3J1sThlqBv7sH3XeeqpWK3E,179
|
|
264
|
+
label_studio_sdk/projects/stats/types/stats_users_review_score_response.py,sha256=E1Lh77Of9X4BaqVU0HQ_tOazxz4WfB2GIVjUqxi-WnY,1227
|
|
265
|
+
label_studio_sdk/projects/stats/types/stats_users_review_score_response_performance_score_value.py,sha256=bT7tSEqws-L0TuQOmAwR1sJk6GcjL5-CrWO9AOCGTF0,178
|
|
266
|
+
label_studio_sdk/projects/stats/types/stats_users_review_score_response_review_score_value.py,sha256=Mis6sRXVYT4v7I9blyOWVP0OjL_oVhLm9czRJ8T7d3Q,173
|
|
263
267
|
label_studio_sdk/projects/types/__init__.py,sha256=lLYLOvnuo-s4KN5BGVTLtzbfazQubAPSsgZGkkXN62U,944
|
|
264
268
|
label_studio_sdk/projects/types/lse_project_create_request_sampling.py,sha256=reHoOX3N-mxO78NyrLQKWqhx6_n7S4oCd6GFK1Bc_qw,248
|
|
265
269
|
label_studio_sdk/projects/types/lse_project_create_request_skip_queue.py,sha256=0KAP0didzYHcbZL5h7HjMv62Hg0bp4GafyFdoKrk-SE,244
|
|
@@ -281,7 +285,7 @@ label_studio_sdk/prompts/runs/types/runs_list_request_project_subset.py,sha256=F
|
|
|
281
285
|
label_studio_sdk/prompts/types/__init__.py,sha256=KkzGrUqIlFu-9GqtQtICgJl0qCIylKVtC5b1-Ocqzsc,230
|
|
282
286
|
label_studio_sdk/prompts/types/prompts_compatible_projects_request_project_type.py,sha256=vCvrgDI-pgSplbpDdi09I5d92jnPrLJtL-idng6xrD8,221
|
|
283
287
|
label_studio_sdk/prompts/versions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
284
|
-
label_studio_sdk/prompts/versions/client.py,sha256=
|
|
288
|
+
label_studio_sdk/prompts/versions/client.py,sha256=neKaC9jIkUdAT3Un3N3hVmrA4Mlp_EZeHr7KKmkCd-E,48505
|
|
285
289
|
label_studio_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
286
290
|
label_studio_sdk/session_policy/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
287
291
|
label_studio_sdk/session_policy/client.py,sha256=7ORw472c-1RfXzIIC0dVz_2kyV3fiX3Tpv5XcfRt1so,7901
|
|
@@ -292,19 +296,19 @@ label_studio_sdk/sso/saml/client.py,sha256=8CArdlACF_2Q8-ZTxgytc09SdJ0v2W-QBTJ7p
|
|
|
292
296
|
label_studio_sdk/sso/scim/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
293
297
|
label_studio_sdk/sso/scim/client.py,sha256=8N55KDeojAcjjM6RHCgxZvvQim6Km-i9OSH5vOh5elA,11342
|
|
294
298
|
label_studio_sdk/tasks/__init__.py,sha256=S7ezO_rgM2LjAdKINXt5BFDFHUgyr0DTIaDKN8COFaQ,145
|
|
295
|
-
label_studio_sdk/tasks/client.py,sha256=
|
|
299
|
+
label_studio_sdk/tasks/client.py,sha256=3QucF1ItSYgT7FhhMOvmiwtOh6Qh58Nq0qa03tRNIEc,60269
|
|
296
300
|
label_studio_sdk/tasks/client_ext.py,sha256=ZA0mE7DzgPWgUw4BKbtodyXJPCyG2Oe5BmMWWKuvn3M,786
|
|
297
301
|
label_studio_sdk/tasks/types/__init__.py,sha256=3YbOmwUbf5BwGU_-gL9C2KK56jVYI32j6Wc9tarrzF0,165
|
|
298
302
|
label_studio_sdk/tasks/types/tasks_list_request_fields.py,sha256=5YXxQgyzoaL0QjSE-aLs_fepCUuzj28iqUndh5NxGGg,166
|
|
299
303
|
label_studio_sdk/tokens/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
300
304
|
label_studio_sdk/tokens/client.py,sha256=xcGl2ZA6Ojc9fZAbZQrqZ-yfBfllCUvvD4gzDM2HvW4,19125
|
|
301
305
|
label_studio_sdk/tokens/client_ext.py,sha256=DJ4vEslU0BKragW51LjJW-AG1uogPiCeEGB3o6qtAK4,6030
|
|
302
|
-
label_studio_sdk/types/__init__.py,sha256=
|
|
306
|
+
label_studio_sdk/types/__init__.py,sha256=DmiSrn_3eNtdd2nQVapQtPA7SatzqEP4qBf_41bzkns,20510
|
|
303
307
|
label_studio_sdk/types/action_enum.py,sha256=5dJlg23VHWVcFR1NvsKyUPTFuORMtiIsA887EpCzvTU,382
|
|
304
308
|
label_studio_sdk/types/actions_enum.py,sha256=h2lpUstX459SfopuhWzpUONFhMYNkeWsddTxmTIx54k,575
|
|
305
|
-
label_studio_sdk/types/activity_log.py,sha256=
|
|
309
|
+
label_studio_sdk/types/activity_log.py,sha256=xgoeqZHbUTkwooBzPDZX4vfaPPhRFaCqUQ6HU3iiqAI,1444
|
|
306
310
|
label_studio_sdk/types/activity_log_response.py,sha256=z2Ya8wH-LD_2C34CkQXoRRMQZ8qRWv1YFysMf7YDLxk,940
|
|
307
|
-
label_studio_sdk/types/all_roles_project_list.py,sha256=
|
|
311
|
+
label_studio_sdk/types/all_roles_project_list.py,sha256=KqdOkefVqEu6B0EiL6jGhRBCeGdFAZiECye3BsdQBBI,6616
|
|
308
312
|
label_studio_sdk/types/all_roles_project_list_sampling.py,sha256=gp1qTwC1uFYwTqQ7734oAadwYANeiaqUiNrSTPgEUcc,228
|
|
309
313
|
label_studio_sdk/types/all_roles_project_list_skip_queue.py,sha256=qG46c-oIEljyv5BtHLqGYqzQVSn57JhjUzp5ws2b1wQ,224
|
|
310
314
|
label_studio_sdk/types/annotated_enum.py,sha256=27V8YMHtJtJITG-Ehwvgv7Y6ZEKPgK-9_qnbXvwxrYg,156
|
|
@@ -331,7 +335,7 @@ label_studio_sdk/types/azure_service_principal_import_storage_request.py,sha256=
|
|
|
331
335
|
label_studio_sdk/types/batch_failed_predictions.py,sha256=XWsUf76PhmzmUvC4XFFLRQW3gslZOrdsB3yKw8pCsKM,634
|
|
332
336
|
label_studio_sdk/types/batch_predictions.py,sha256=ZR0TvzMBZV2PnTerdfNNGgkDh5BwehTPxsSvLpGL7MM,617
|
|
333
337
|
label_studio_sdk/types/billing_checks.py,sha256=oDWKLdEHZTUx4MDdUPkLdg_zJSyeqk7bUpHVqUFwtKE,1276
|
|
334
|
-
label_studio_sdk/types/billing_flags.py,sha256=
|
|
338
|
+
label_studio_sdk/types/billing_flags.py,sha256=ZtPhtjoSmGWqnGyig-qtJxV4LXd8qVmZcwb-ucdCn1Y,1458
|
|
335
339
|
label_studio_sdk/types/billing_info_response.py,sha256=vvZyV_s4htMo-YN3dnQuduKKMvT7A_wcOMDjm312p8A,698
|
|
336
340
|
label_studio_sdk/types/blank_enum.py,sha256=vYagq5xwjlI6eOtcMnnEH9O5IpIgKGXA2c-BkbOdI84,111
|
|
337
341
|
label_studio_sdk/types/blueprint_list.py,sha256=gQjvW8Y3avEQivb0vDJwMlJ2tsgJDQ53ggxf2WZIXTM,894
|
|
@@ -345,14 +349,12 @@ label_studio_sdk/types/configurable_permission_option.py,sha256=gySpaisswhUSvo0D
|
|
|
345
349
|
label_studio_sdk/types/converted_format.py,sha256=0vdOAQRfccS1aI75df3z5v-ujBacYGo4YECdlyiGlGY,793
|
|
346
350
|
label_studio_sdk/types/converted_format_request.py,sha256=4hoaY0SlMtGCDmfAYCw-3_1e1YPxatumTohApCk_QvE,788
|
|
347
351
|
label_studio_sdk/types/count_limit.py,sha256=Gj_e9ajx9CFWV2PfEePnh7xy38kkQxlhE4MA9D6Hz5Y,628
|
|
348
|
-
label_studio_sdk/types/custom_scripts_editable_by_enum.py,sha256=D6cvF_3KZd5SHfG5mZ4ymCw58tbjK_rNUBegjMchklw,163
|
|
349
352
|
label_studio_sdk/types/databricks_export_storage.py,sha256=nXPLv0BNWvMwdA570KKSd6NAH2El9SuvgKaOhC1YK4c,2850
|
|
350
353
|
label_studio_sdk/types/databricks_export_storage_request.py,sha256=uVLpa6z1QrSJ4E1h3_CfSHrdLnpUOPxe68UFsTmTmIs,2788
|
|
351
354
|
label_studio_sdk/types/databricks_import_storage.py,sha256=5Wkeff0ViMYd_acNKGhTvAIWgUZOxArlRSPXO8ffeL0,3086
|
|
352
355
|
label_studio_sdk/types/databricks_import_storage_request.py,sha256=vcNaEEV2LVJ7iETOc8a0NTq2QN1Iu2ls7YQpPmrLK9Y,3024
|
|
353
356
|
label_studio_sdk/types/default165enum.py,sha256=V1ZZVslQl1_FSPJhTQgdYchE38HcR8oyTqOEHYgOwVk,180
|
|
354
|
-
label_studio_sdk/types/default_role.py,sha256=
|
|
355
|
-
label_studio_sdk/types/default_role_custom_scripts_editable_by.py,sha256=5YdtFSNWL363z6C6IuucAVEFyxeztxd0ZgwHj3YZJv4,274
|
|
357
|
+
label_studio_sdk/types/default_role.py,sha256=ICRLrmVjZA81ULJOYkbNJr6j0hDUw8QDq8_2_6lqkic,2731
|
|
356
358
|
label_studio_sdk/types/edition_enum.py,sha256=ve-LU0FMQIY3RcCdQ3iEPjscCz-kft8hZ77oYRX_MZ8,162
|
|
357
359
|
label_studio_sdk/types/export.py,sha256=f8bjg023PNyBNlboaga1jypdW_NL0DKCqQTMdbmk3GU,1216
|
|
358
360
|
label_studio_sdk/types/file_upload.py,sha256=tlpp3qsivDEB9l3h1DmZCCuyvc-l0BBlfk-_J7S_EiI,605
|
|
@@ -366,7 +368,7 @@ label_studio_sdk/types/gcswif_export_storage_request.py,sha256=YhLvP8RHD51UP7A5-
|
|
|
366
368
|
label_studio_sdk/types/gcswif_import_storage.py,sha256=odQL1ah4C7VoQN6NCxn3eluES_79BjBF5MNpY-TEKjM,3251
|
|
367
369
|
label_studio_sdk/types/gcswif_import_storage_request.py,sha256=xy4lz-4W9tlJR29D7ytXa5UqKzlNRDtXwm_OvKCXRZo,3150
|
|
368
370
|
label_studio_sdk/types/hotkeys.py,sha256=x0RTEPlqMRB7pEwdTd4nkOFu9fdSbuiZ_etIchRS_EE,604
|
|
369
|
-
label_studio_sdk/types/import_api_request.py,sha256=
|
|
371
|
+
label_studio_sdk/types/import_api_request.py,sha256=0Si9oAhaNLdXgy10l5oWGcvFbVDTbdY0iH7pIQ2ka50,2763
|
|
370
372
|
label_studio_sdk/types/inference_run_cost_estimate.py,sha256=jCDocozRw363e5QPV_OviOhWzscUJGXlvE9PsmtsE-4,1310
|
|
371
373
|
label_studio_sdk/types/label_stream_task_distribution_enum.py,sha256=LZDvMbZigztE5k0In3mvILBaYi1g8tQYRdwnpRr-BYA,193
|
|
372
374
|
label_studio_sdk/types/last_action_enum.py,sha256=Rgd9Ak8CS6SKumKapkpXOgv0G4e7PXWa_3i7r3VH3Zk,386
|
|
@@ -381,11 +383,10 @@ label_studio_sdk/types/lse_fields.py,sha256=_Ze25YVRDmPhlT2_h0KMYMxEgCL5FB-TsVEf
|
|
|
381
383
|
label_studio_sdk/types/lse_fields_onboarding_state.py,sha256=5Q4bueFKIHoiEnwhIjwKbn2SGz7LCSicZFyC4gneoNM,283
|
|
382
384
|
label_studio_sdk/types/lse_fields_trial_role.py,sha256=YVR9g-_xW2DNmlnGoxHf1QizyQFy4coHtY4GWuGwLDM,259
|
|
383
385
|
label_studio_sdk/types/lse_key_indicator_value.py,sha256=UT2AcLLzJkzXroiRHqOILwfDDEwIKB7EU7XttyVcIqk,1041
|
|
384
|
-
label_studio_sdk/types/lse_organization.py,sha256=
|
|
385
|
-
label_studio_sdk/types/lse_organization_custom_scripts_editable_by.py,sha256=y-IxR7V6xr6n_z934BXzg4pEjZ06FF-lcT6YiYjLMaM,278
|
|
386
|
+
label_studio_sdk/types/lse_organization.py,sha256=0PJ2-LggkVPOZ4qZqA7K2nIICexlYArU5HEkFSbfKwI,1425
|
|
386
387
|
label_studio_sdk/types/lse_organization_member_list.py,sha256=NIkPnczq9KrowYJTtLGvGNQtSUejgrMnB7k-k5kuQ_Y,912
|
|
387
|
-
label_studio_sdk/types/lse_project.py,sha256=
|
|
388
|
-
label_studio_sdk/types/lse_project_counts.py,sha256=
|
|
388
|
+
label_studio_sdk/types/lse_project.py,sha256=1rlrIBUbh1PdS8ry54P92z954LrXDa5sjQOdJd8eGGw,7238
|
|
389
|
+
label_studio_sdk/types/lse_project_counts.py,sha256=CCKk42p-3svXe4WGioMdzF4PkYkwWPr-d658uOwFAFc,1289
|
|
389
390
|
label_studio_sdk/types/lse_project_create.py,sha256=yBl63JwJGl4AFAAqOjXrukNMRDHXVbelNwmXqCaUREA,6164
|
|
390
391
|
label_studio_sdk/types/lse_project_create_sampling.py,sha256=Egoj9e4JKitVZEw7yQdJSJygmoVUTg2xkGZiK4_-oWM,225
|
|
391
392
|
label_studio_sdk/types/lse_project_create_skip_queue.py,sha256=MNCyF-K7MvppwVD9yByeZsEcCFAv3R46ufx3drzUWfs,221
|
|
@@ -401,7 +402,7 @@ label_studio_sdk/types/lse_s3export_storage.py,sha256=Ao0MeKyHGdOy1FRIBF96vZP8Y0
|
|
|
401
402
|
label_studio_sdk/types/lse_s3export_storage_request.py,sha256=OxmVJvuVh-PVBtfAeSijeG8NLvYMZK3TRs1kTFkEgqk,3233
|
|
402
403
|
label_studio_sdk/types/lse_s3import_storage.py,sha256=5lbzEQ9pPr6D2x0prvZFfEKRKbkVbxW5bP589zjsBeg,3511
|
|
403
404
|
label_studio_sdk/types/lse_s3import_storage_request.py,sha256=bgv3IzEL_q8r9eNxB0UIxLpy3yEB77LkOoYbwwvVZ1I,3410
|
|
404
|
-
label_studio_sdk/types/lse_task.py,sha256=
|
|
405
|
+
label_studio_sdk/types/lse_task.py,sha256=UWFpAsVuNpb9pNGDbMDyUIQZ3UDYblS57LWYP_mt5g4,4079
|
|
405
406
|
label_studio_sdk/types/lse_task_drafts_item.py,sha256=V-EXOdhNmTHCFxzIRlwLGcVpiByZFRHxb-c0qNsHfTw,769
|
|
406
407
|
label_studio_sdk/types/lse_task_filter_options.py,sha256=XiJUNQcoqPVWJGT_76O3REAuk6zN0Ta1ThTGk5aOBKw,2210
|
|
407
408
|
label_studio_sdk/types/lse_task_filter_options_annotated.py,sha256=-0l0anGws-B889zYX-VPCAUVlabzZGLVcpE8HfKln1Y,224
|
|
@@ -417,7 +418,7 @@ label_studio_sdk/types/lse_task_predictions_item.py,sha256=-thtYUl3yB0y2XHTC1inP
|
|
|
417
418
|
label_studio_sdk/types/lse_task_serializer_for_annotators.py,sha256=jJbuLnMDsZHFnsYQWA9oY6Qx82S7cS5ik2YOKBJX9CI,1750
|
|
418
419
|
label_studio_sdk/types/lse_task_serializer_for_annotators_drafts_item.py,sha256=MXtWOeyzjkwK09t6o_z34jadLOHHPfNOwrjkGdIIXyY,792
|
|
419
420
|
label_studio_sdk/types/lse_task_serializer_for_annotators_predictions_item.py,sha256=pFC73bYK1H7MriQE_qoX3znGlXgXD9ZcP3-oQ2STcaY,1130
|
|
420
|
-
label_studio_sdk/types/lse_task_serializer_for_reviewers.py,sha256=
|
|
421
|
+
label_studio_sdk/types/lse_task_serializer_for_reviewers.py,sha256=knnJnvp3KQpuEMNxVuxIwIMC0SoXV5iDQ07aXcr3jp8,4239
|
|
421
422
|
label_studio_sdk/types/lse_task_serializer_for_reviewers_drafts_item.py,sha256=EfySRnQD4wuzEAKNjrxaf_6vAe5tw0FJEe39BYiDNQc,791
|
|
422
423
|
label_studio_sdk/types/lse_task_serializer_for_reviewers_predictions_item.py,sha256=ZeUjfTTFqmOZ7CVs6uqV-uJ0PtcWucQv54GAcqBVKOI,1129
|
|
423
424
|
label_studio_sdk/types/lse_user.py,sha256=d697wggquMSIp4x8tuWnQoysNAg2fJPjVlgfglja6zQ,1644
|
|
@@ -547,7 +548,7 @@ label_studio_sdk/users/types/users_get_token_response.py,sha256=HiWpBI0Xjuld7SV9
|
|
|
547
548
|
label_studio_sdk/users/types/users_reset_token_response.py,sha256=xQf9LrnzVZF00us26FcVDB_Z0iKZIWAc33q6_i8kcdo,595
|
|
548
549
|
label_studio_sdk/version.py,sha256=0Bp01N-o7ZPwshojeBywhQ3-OqkaMcHG2tQdC7Xzy0s,83
|
|
549
550
|
label_studio_sdk/versions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
550
|
-
label_studio_sdk/versions/client.py,sha256=
|
|
551
|
+
label_studio_sdk/versions/client.py,sha256=64iu4Z9cgmDUvBO0dOUi8rMx6wyH8kIIs21I4_hgXag,3447
|
|
551
552
|
label_studio_sdk/views/__init__.py,sha256=9NHVhlCYpt15V28_9bbrFIsoHy6R-JMXOKPn_EN-7Zs,1511
|
|
552
553
|
label_studio_sdk/views/client.py,sha256=cZpNcINPRAJ3utU99kEWFE3_Nmd6hF8Ex8rZAu0UU5g,23325
|
|
553
554
|
label_studio_sdk/views/types/__init__.py,sha256=t92IO3Lva_n_LmODFE7FK4VBaFTgtJJdf5pPVa3YTLs,2312
|
|
@@ -599,7 +600,7 @@ label_studio_sdk/workspaces/members/paginated/__init__.py,sha256=FTtvy8EDg9nNNg9
|
|
|
599
600
|
label_studio_sdk/workspaces/members/paginated/client.py,sha256=vTyjdS30Mr09OAT06MgCeiXvVCKxJYtJFtb0odMgnZE,7831
|
|
600
601
|
label_studio_sdk/workspaces/projects/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
601
602
|
label_studio_sdk/workspaces/projects/client.py,sha256=-IIK2-Gn36AJfTyiOSan7QUb9mDqnQ9Lf6VNHjmCW90,12265
|
|
602
|
-
label_studio_sdk-2.0.
|
|
603
|
-
label_studio_sdk-2.0.
|
|
604
|
-
label_studio_sdk-2.0.
|
|
605
|
-
label_studio_sdk-2.0.
|
|
603
|
+
label_studio_sdk-2.0.13.dist-info/LICENSE,sha256=ymVrFcHiJGjHeY30NWZgdV-xzNEtfuC63oK9ZeMDjhs,11341
|
|
604
|
+
label_studio_sdk-2.0.13.dist-info/METADATA,sha256=3Eh0u8VX3Ml8BcAM5j9KVYbe_iOlY8bj903OPfwSU4E,6982
|
|
605
|
+
label_studio_sdk-2.0.13.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
606
|
+
label_studio_sdk-2.0.13.dist-info/RECORD,,
|
label_studio_sdk/organizations/types/patched_default_role_request_custom_scripts_editable_by.py
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from ...types.custom_scripts_editable_by_enum import CustomScriptsEditableByEnum
|
|
5
|
-
from ...types.null_enum import NullEnum
|
|
6
|
-
|
|
7
|
-
PatchedDefaultRoleRequestCustomScriptsEditableBy = typing.Union[CustomScriptsEditableByEnum, NullEnum]
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .custom_scripts_editable_by_enum import CustomScriptsEditableByEnum
|
|
5
|
-
from .null_enum import NullEnum
|
|
6
|
-
|
|
7
|
-
DefaultRoleCustomScriptsEditableBy = typing.Union[CustomScriptsEditableByEnum, NullEnum]
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .custom_scripts_editable_by_enum import CustomScriptsEditableByEnum
|
|
5
|
-
from .null_enum import NullEnum
|
|
6
|
-
|
|
7
|
-
LseOrganizationCustomScriptsEditableBy = typing.Union[CustomScriptsEditableByEnum, NullEnum]
|
|
File without changes
|
|
File without changes
|