Function Accuracy
Get a model comparison
Get a comparison's metrics.
Returns each entry's metric bundle (aggregate + per-field accuracy, latency, dataset baseline) and its lift against the baseline entry. matchMode (strict | normalized | semantic) and orderMatching control how leaf values and arrays are judged equal, exactly as for lab metrics.
get/v3/model-comparisons/{comparisonID}
Path parameters
comparisonIDstring required
The comparisonID returned by POST /v3/model-comparisons.
Query parameters
matchModestring
strict (default), normalized, or semantic.
orderMatchingboolean
Score array elements in order instead of as sets.
includeRowResultsboolean
Include per-row, per-field comparison detail (rowResults) on each entry, re-matched under matchMode. Powers mislabel detection. Off by default — it can be large.
Response
The request has succeeded.