LabelingJobResourceConfig constructor

LabelingJobResourceConfig({
  1. String? volumeKmsKeyId,
})

Implementation

LabelingJobResourceConfig({
  this.volumeKmsKeyId,
});