LabelingJobInputConfigDataSource constructor

const LabelingJobInputConfigDataSource({
  1. Input<LabelingJobInputConfigDataSourceS3DataSource?>? s3DataSource,
  2. 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,
});