LabelingJobOutputConfig constructor

LabelingJobOutputConfig({
  1. required String s3OutputPath,
  2. String? kmsKeyId,
  3. String? snsTopicArn,
})

Implementation

LabelingJobOutputConfig({
  required this.s3OutputPath,
  this.kmsKeyId,
  this.snsTopicArn,
});