LabelingJobInputConfigDataAttributes constructor

const LabelingJobInputConfigDataAttributes({
  1. Input<List<String>?>? contentClassifiers,
})

Creates a new LabelingJobInputConfigDataAttributes. contentClassifiers Declares that your content is free of personally identifiable information or adult content. Valid values: FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent.

Implementation

const LabelingJobInputConfigDataAttributes({
  this.contentClassifiers,
});