MatchLabeledPairs
Known-answer pairs — the ground truth that calibration measures against.
Label a pair
Records a steward's judgement that two records are, or are not, the same thing. Labels are the ground truth everything else is measured against — without them, accuracy is an opinion. Requires `match.labeled-pair.create`.
List labelled pairs
Returns the labelled set for a profile. Requires `match.labeled-pair.read`.
Delete a label
Removes a judgement, for when it was made in error. Requires `match.labeled-pair.delete`.
Label pairs in bulk
Loads many judgements at once, for importing an existing labelled set. Requires `match.labeled-pair.create`.