LabelingJobInputConfigDataSource constructor
const
LabelingJobInputConfigDataSource({
- Input<
LabelingJobInputConfigDataSourceS3DataSource?> ? s3DataSource, - Input<
LabelingJobInputConfigDataSourceSnsDataSource?> ? snsDataSource,
Creates a new LabelingJobInputConfigDataSource.
s3DataSource S3 location of the input data objects.. Fields are documented below.
snsDataSource SNS data source used for streaming labeling jobs. Fields are documented below.
Implementation
const LabelingJobInputConfigDataSource({
this.s3DataSource,
this.snsDataSource,
});