LabelingJobInputConfigDataAttributes constructor
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,
});