Function Accuracy
Function Review
Estimate human review requirements for a function.
Combines confusion-matrix metrics with the per-transformation evaluation scores (confidence / hallucination / relevance produced by the eval service) to compute:
- A confidence-bucketed distribution of the function's outputs.
- Sample-size estimates at configurable margin-of-error and confidence levels (Wald or Wilson intervals).
- A precision-recall AUC and a per-threshold matrix you can use to pick a review cutoff.
Supported for every function type that produces transformations and feeds the auto-evaluation pipeline: extract, transform, analyze, join. Extract works on both vision (PDF/PNG/JPEG/HEIC/HEIF/WebP) and OCR-routed inputs.
Pass isRegression: true to scope the review to transformations created by a previous regression run (see POST /v3/functions/regression).
post/v3/functions/review
Request body
Response
The request has succeeded.