LabelingJobInputConfig constructor
const
LabelingJobInputConfig({
- Input<
LabelingJobInputConfigDataAttributes?> ? dataAttributes, - 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,
});