| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.LabelingJobDataAttributes
Description
Documentation
data LabelingJobDataAttributes Source #
Attributes of the data specified by the customer. Use these to describe the data to be labeled.
See: newLabelingJobDataAttributes smart constructor.
Constructors
| LabelingJobDataAttributes' | |
Fields 
  | |
Instances
newLabelingJobDataAttributes :: LabelingJobDataAttributes Source #
Create a value of LabelingJobDataAttributes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contentClassifiers:LabelingJobDataAttributes', labelingJobDataAttributes_contentClassifiers - Declares that your content is free of personally identifiable
 information or adult content. SageMaker may restrict the Amazon
 Mechanical Turk workers that can view your task based on this
 information.
labelingJobDataAttributes_contentClassifiers :: Lens' LabelingJobDataAttributes (Maybe [ContentClassifier]) Source #
Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.