You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
34723
34723
</p>
34724
34724
</Card>
34725
-
Paginated, sortable member performance rows for annotation/review tables. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
34725
+
Paginated, sortable member performance rows for annotation/review tables. Footer totals are returned by <code>member_performance_summary</code>. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
34842
+
</p>
34843
+
</Card>
34844
+
Footer / Total aggregates for member performance tables. Use with paginated <code>member_performance_rows</code>. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
34845
+
</dd>
34846
+
</dl>
34847
+
</dd>
34848
+
</dl>
34849
+
34850
+
#### 🔌 Usage
34851
+
34852
+
<dl>
34853
+
<dd>
34854
+
34855
+
<dl>
34856
+
<dd>
34857
+
34858
+
```python
34859
+
from label_studio_sdk import LabelStudio
34860
+
from label_studio_sdk.environment import LabelStudioEnvironment
34861
+
34862
+
client = LabelStudio(
34863
+
api_key="<value>",
34864
+
environment=LabelStudioEnvironment.DEFAULT,
34865
+
)
34866
+
34867
+
client.projects.stats.member_performance_summary(
34868
+
id=1,
34869
+
)
34870
+
34871
+
```
34872
+
</dd>
34873
+
</dl>
34874
+
</dd>
34875
+
</dl>
34876
+
34877
+
#### ⚙️ Parameters
34878
+
34879
+
<dl>
34880
+
<dd>
34881
+
34882
+
<dl>
34883
+
<dd>
34884
+
34885
+
**id:** `int`
34886
+
34887
+
</dd>
34888
+
</dl>
34889
+
34890
+
<dl>
34891
+
<dd>
34892
+
34893
+
**ids:** `typing.Optional[str]` — Comma-separated user IDs. When omitted, members are derived from the project.
34894
+
34895
+
</dd>
34896
+
</dl>
34897
+
34898
+
<dl>
34899
+
<dd>
34900
+
34901
+
**table:** `typing.Optional[MemberPerformanceSummaryStatsRequestTable]` — Which table: "annotations" or "reviews".
Copy file name to clipboardExpand all lines: src/label_studio_sdk/projects/stats/client.py
+116-4Lines changed: 116 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
from .types.lead_time_stats_responseimportLeadTimeStatsResponse
16
16
from .types.member_performance_rows_stats_request_tableimportMemberPerformanceRowsStatsRequestTable
17
17
from .types.member_performance_rows_stats_responseimportMemberPerformanceRowsStatsResponse
18
+
from .types.member_performance_summary_stats_request_tableimportMemberPerformanceSummaryStatsRequestTable
19
+
from .types.member_performance_summary_stats_responseimportMemberPerformanceSummaryStatsResponse
18
20
from .types.model_version_annotator_agreement_stats_responseimportModelVersionAnnotatorAgreementStatsResponse
19
21
from .types.model_version_ground_truth_agreement_stats_responseimportModelVersionGroundTruthAgreementStatsResponse
20
22
from .types.model_version_prediction_agreement_stats_responseimportModelVersionPredictionAgreementStatsResponse
@@ -607,7 +609,7 @@ def member_performance_rows(
607
609
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
608
610
</p>
609
611
</Card>
610
-
Paginated, sortable member performance rows for annotation/review tables. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
612
+
Paginated, sortable member performance rows for annotation/review tables. Footer totals are returned by <code>member_performance_summary</code>. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
611
613
612
614
Parameters
613
615
----------
@@ -634,7 +636,7 @@ def member_performance_rows(
634
636
Returns
635
637
-------
636
638
MemberPerformanceRowsStatsResponse
637
-
Member performance rows for one page plus summary aggregates.
639
+
Member performance rows for one page (summary aggregates via member_performance_summary).
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
670
+
</p>
671
+
</Card>
672
+
Footer / Total aggregates for member performance tables. Use with paginated <code>member_performance_rows</code>. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
673
+
674
+
Parameters
675
+
----------
676
+
id : int
677
+
678
+
ids : typing.Optional[str]
679
+
Comma-separated user IDs. When omitted, members are derived from the project.
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
1681
1734
</p>
1682
1735
</Card>
1683
-
Paginated, sortable member performance rows for annotation/review tables. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
1736
+
Paginated, sortable member performance rows for annotation/review tables. Footer totals are returned by <code>member_performance_summary</code>. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
1802
+
</p>
1803
+
</Card>
1804
+
Footer / Total aggregates for member performance tables. Use with paginated <code>member_performance_rows</code>. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.
1805
+
1806
+
Parameters
1807
+
----------
1808
+
id : int
1809
+
1810
+
ids : typing.Optional[str]
1811
+
Comma-separated user IDs. When omitted, members are derived from the project.
0 commit comments