libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.LabelingJobDataAttributes

Description

 
Synopsis

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

  • contentClassifiers :: Maybe [ContentClassifier]

    Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

Instances

Instances details
Eq LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Read LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Show LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Generic LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Associated Types

type Rep LabelingJobDataAttributes :: Type -> Type #

NFData LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Hashable LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

ToJSON LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

FromJSON LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

type Rep LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

type Rep LabelingJobDataAttributes = D1 ('MetaData "LabelingJobDataAttributes" "Amazonka.SageMaker.Types.LabelingJobDataAttributes" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobDataAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentClassifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContentClassifier]))))

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. Amazon 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. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.