Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Allow syncing external metrics to projects
Fixes # (issue)
Type of change
Please delete options that are not relevant.
All Submissions
New Feature Submissions
Changes to Core Features
Note
Medium Risk
Adds a new write-path GraphQL mutation wrapper and new public models; main risk is schema/input mismatches causing runtime API errors rather than internal breakage.
Overview
Adds support for syncing externally-computed QA metrics to Labelbox projects via a new
Project.submit_external_metrics()method that calls asubmitExternalMetricsGraphQL mutation and returns task/data-row/label IDs.Introduces a new
schema/external_metrics.pymodule with pydantic models (ExternalMetricsEntry,Performance,SubmittedBy,AutoQaStatus) plus a helper to map snake_case models to the mutation’s camelCase input, and re-exports these types fromlabelbox.__init__.Written by Cursor Bugbot for commit b4ceeba. This will update automatically on new commits. Configure here.