| 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.TestingData
Description
Synopsis
- data TestingData = TestingData' {}
- newTestingData :: TestingData
- testingData_assets :: Lens' TestingData (Maybe [Asset])
- testingData_autoCreate :: Lens' TestingData (Maybe Bool)
Documentation
data TestingData Source #
The dataset used for testing. Optionally, if AutoCreate is set, Amazon
Rekognition Custom Labels uses the training dataset to create a test
dataset with a temporary split of the training dataset.
See: newTestingData smart constructor.
Constructors
| TestingData' | |
Fields
| |
Instances
newTestingData :: TestingData Source #
Create a value of TestingData 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:TestingData', testingData_assets - The assets used for testing.
$sel:autoCreate:TestingData', testingData_autoCreate - If specified, Amazon Rekognition Custom Labels temporarily splits the
training dataset (80%) to create a test dataset (20%) for the training
job. After training completes, the test dataset is not stored and the
training dataset reverts to its previous size.
testingData_assets :: Lens' TestingData (Maybe [Asset]) Source #
The assets used for testing.
testingData_autoCreate :: Lens' TestingData (Maybe Bool) Source #
If specified, Amazon Rekognition Custom Labels temporarily splits the training dataset (80%) to create a test dataset (20%) for the training job. After training completes, the test dataset is not stored and the training dataset reverts to its previous size.