amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances

Instances details
FromJSON LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

ToJSON 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 #

Read LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Show LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

NFData LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Eq LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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. 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.