@@ -8574,10 +8574,13 @@ paths:
85748574 /api/projects/{id}/model-stats/{model_version}/agreement:
85758575 get:
85768576 description: |-
8577- Overall agreement between a given model version's predictions and all annotators on overlapping tasks.
8578- Computed as the average of per-annotator agreement vs this model version over annotators who overlap on at least one task.
8579- Mirrors IAA per annotator, but one side is the model.
8580- :return: {"agreement": float[0..1]}
8577+ <Card href="https://humansignal.com/goenterprise">
8578+ <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
8579+ <p style="margin-top: 10px; font-size: 14px;">
8580+ This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
8581+ </p>
8582+ </Card>
8583+ Get agreement between a given model version and all annotators in the project for overlapping tasks.
85818584 operationId: api_projects_model_stats_agreement_retrieve
85828585 parameters:
85838586 - in: path
@@ -8597,6 +8600,7 @@ paths:
85978600 schema:
85988601 properties:
85998602 agreement:
8603+ nullable: true
86008604 type: number
86018605 type: object
86028606 description: Model-version overall agreement vs annotators
@@ -8605,12 +8609,22 @@ paths:
86058609 summary: Get model-version overall agreement vs annotators
86068610 tags:
86078611 - Stats
8612+ x-fern-audiences:
8613+ - public
8614+ x-fern-sdk-group-name:
8615+ - projects
8616+ - stats
8617+ x-fern-sdk-method-name: model_version_annotator_agreement
86088618 /api/projects/{id}/model-stats/{model_version}/agreement-groundtruth:
86098619 get:
86108620 description: |-
8611- Ground truth agreement for annotations that match predictions of a specific model version.
8612- This mirrors gt_per_user_agreement but filters stats by tasks where predictions have given model_version.
8613- :return: {"agreement": float[0..1]}
8621+ <Card href="https://humansignal.com/goenterprise">
8622+ <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
8623+ <p style="margin-top: 10px; font-size: 14px;">
8624+ This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
8625+ </p>
8626+ </Card>
8627+ Get agreement between a given model version and ground truth annotations in the project for overlapping tasks.
86148628 operationId: api_projects_model_stats_agreement_groundtruth_retrieve
86158629 parameters:
86168630 - in: path
@@ -8636,6 +8650,7 @@ paths:
86368650 schema:
86378651 properties:
86388652 agreement:
8653+ nullable: true
86398654 type: number
86408655 type: object
86418656 description: Model-version ground truth agreement
@@ -8644,17 +8659,22 @@ paths:
86448659 summary: Get model-version ground truth agreement
86458660 tags:
86468661 - Stats
8662+ x-fern-audiences:
8663+ - public
8664+ x-fern-sdk-group-name:
8665+ - projects
8666+ - stats
8667+ x-fern-sdk-method-name: model_version_ground_truth_agreement
86478668 /api/projects/{id}/model-stats/{model_version}/prediction:
86488669 get:
86498670 description: |-
8650- Mean agreement between the given model version and all other model versions in the project.
8651-
8652- Computed as the average of pairwise model-to-model agreement scores from PredictionPairStats where either
8653- prediction pair's model_version_from or model_version_to equals the provided model_version.
8654-
8655- When per_label=true, returns a mapping of label -> average agreement across the same set of pairs.
8656-
8657- :return: {"average_prediction_agreement_per_model": float[0..1] | {label: float[0..1]}}
8671+ <Card href="https://humansignal.com/goenterprise">
8672+ <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
8673+ <p style="margin-top: 10px; font-size: 14px;">
8674+ This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
8675+ </p>
8676+ </Card>
8677+ Get agreement between a given model version and all other model versions in the project for overlapping tasks.
86588678 operationId: api_projects_model_stats_prediction_retrieve
86598679 parameters:
86608680 - in: path
@@ -8680,6 +8700,7 @@ paths:
86808700 schema:
86818701 properties:
86828702 average_prediction_agreement_per_model:
8703+ nullable: true
86838704 type: number
86848705 type: object
86858706 description: Model-version prediction agreement
@@ -8688,6 +8709,12 @@ paths:
86888709 summary: Get model-version prediction agreement
86898710 tags:
86908711 - Stats
8712+ x-fern-audiences:
8713+ - public
8714+ x-fern-sdk-group-name:
8715+ - projects
8716+ - stats
8717+ x-fern-sdk-method-name: model_version_prediction_agreement
86918718 /api/projects/{id}/project-extra-params/:
86928719 get:
86938720 description: |-
0 commit comments