LabelingJobInputConfigDataSourceS3DataSource constructor

const LabelingJobInputConfigDataSourceS3DataSource({
  1. required Input<String> manifestS3Uri,
})

Creates a new LabelingJobInputConfigDataSourceS3DataSource. manifestS3Uri S3 location of the manifest file that describes the input data objects.

Implementation

const LabelingJobInputConfigDataSourceS3DataSource({
  required this.manifestS3Uri,
});