LabelingJobInputConfig constructor

LabelingJobInputConfig({
  1. required LabelingJobDataSource dataSource,
  2. LabelingJobDataAttributes? dataAttributes,
})

Implementation

LabelingJobInputConfig({
  required this.dataSource,
  this.dataAttributes,
});