LabelCounters constructor

LabelCounters({
  1. int? failedNonRetryableError,
  2. int? humanLabeled,
  3. int? machineLabeled,
  4. int? totalLabeled,
  5. int? unlabeled,
})

Implementation

LabelCounters({
  this.failedNonRetryableError,
  this.humanLabeled,
  this.machineLabeled,
  this.totalLabeled,
  this.unlabeled,
});