| 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.Rekognition.Types.TrainingData
Description
Synopsis
- data TrainingData = TrainingData' {}
- newTrainingData :: TrainingData
- trainingData_assets :: Lens' TrainingData (Maybe [Asset])
Documentation
data TrainingData Source #
The dataset used for training.
See: newTrainingData smart constructor.
Constructors
| TrainingData' | |
Instances
newTrainingData :: TrainingData Source #
Create a value of TrainingData 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:assets:TrainingData', trainingData_assets - A Sagemaker GroundTruth manifest file that contains the training images
(assets).
trainingData_assets :: Lens' TrainingData (Maybe [Asset]) Source #
A Sagemaker GroundTruth manifest file that contains the training images (assets).