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.LabelingJobInputConfig

Description

 
Synopsis

Documentation

data LabelingJobInputConfig Source #

Input configuration information for a labeling job.

See: newLabelingJobInputConfig smart constructor.

Constructors

LabelingJobInputConfig' 

Fields

Instances

Instances details
Eq LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Read LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Show LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Generic LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Associated Types

type Rep LabelingJobInputConfig :: Type -> Type #

NFData LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Methods

rnf :: LabelingJobInputConfig -> () #

Hashable LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

ToJSON LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

FromJSON LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

type Rep LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

type Rep LabelingJobInputConfig = D1 ('MetaData "LabelingJobInputConfig" "Amazonka.SageMaker.Types.LabelingJobInputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobInputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobDataAttributes)) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobDataSource)))

newLabelingJobInputConfig Source #

Create a value of LabelingJobInputConfig 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:dataAttributes:LabelingJobInputConfig', labelingJobInputConfig_dataAttributes - Attributes of the data specified by the customer.

$sel:dataSource:LabelingJobInputConfig', labelingJobInputConfig_dataSource - The location of the input data.