LabelingJobInputConfig constructor

const LabelingJobInputConfig({
  1. Input<LabelingJobInputConfigDataAttributes?>? dataAttributes,
  2. required Input<LabelingJobInputConfigDataSource> dataSource,
})

Creates a new LabelingJobInputConfig. dataAttributes Attributes of the data. Fields are documented below. dataSource Location of the input data.. Fields are documented below.

Implementation

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