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 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 creates a testing dataset using an 80/20
split of the training dataset.
See: newTestingData
smart constructor.
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 creates a testing dataset
with an 80/20 split of the training dataset.
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 creates a testing dataset with an 80/20 split of the training dataset.