Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LabelingJobInputConfig = LabelingJobInputConfig' {}
- newLabelingJobInputConfig :: LabelingJobDataSource -> LabelingJobInputConfig
- labelingJobInputConfig_dataAttributes :: Lens' LabelingJobInputConfig (Maybe LabelingJobDataAttributes)
- labelingJobInputConfig_dataSource :: Lens' LabelingJobInputConfig LabelingJobDataSource
Documentation
data LabelingJobInputConfig Source #
Input configuration information for a labeling job.
See: newLabelingJobInputConfig
smart constructor.
LabelingJobInputConfig' | |
|
Instances
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.
labelingJobInputConfig_dataAttributes :: Lens' LabelingJobInputConfig (Maybe LabelingJobDataAttributes) Source #
Attributes of the data specified by the customer.
labelingJobInputConfig_dataSource :: Lens' LabelingJobInputConfig LabelingJobDataSource Source #
The location of the input data.