| 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.LabelingJobInputConfig
Description
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.
Constructors
| LabelingJobInputConfig' | |
Fields 
  | |
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.