LabelingJobForWorkteamSummary constructor

LabelingJobForWorkteamSummary({
  1. required DateTime creationTime,
  2. required String jobReferenceCode,
  3. required String workRequesterAccountId,
  4. LabelCountersForWorkteam? labelCounters,
  5. String? labelingJobName,
  6. int? numberOfHumanWorkersPerDataObject,
})

Implementation

LabelingJobForWorkteamSummary({
  required this.creationTime,
  required this.jobReferenceCode,
  required this.workRequesterAccountId,
  this.labelCounters,
  this.labelingJobName,
  this.numberOfHumanWorkersPerDataObject,
});