Values_1.LabelCountersSourceProvides a breakdown of the number of objects labeled.
type nonrec t = {totalLabeled : LabelCounter.t option;The total number of objects labeled.
*)humanLabeled : LabelCounter.t option;The total number of objects labeled by a human worker.
*)machineLabeled : LabelCounter.t option;The total number of objects labeled by automated data labeling.
*)failedNonRetryableError : LabelCounter.t option;The total number of objects that could not be labeled due to an error.
*)unlabeled : LabelCounter.t option;The total number of objects not yet labeled.
*)}