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 TestingDataResult = TestingDataResult' {}
- newTestingDataResult :: TestingDataResult
- testingDataResult_input :: Lens' TestingDataResult (Maybe TestingData)
- testingDataResult_output :: Lens' TestingDataResult (Maybe TestingData)
- testingDataResult_validation :: Lens' TestingDataResult (Maybe ValidationData)
Documentation
data TestingDataResult Source #
Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.
See: newTestingDataResult
smart constructor.
TestingDataResult' | |
|
Instances
newTestingDataResult :: TestingDataResult Source #
Create a value of TestingDataResult
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:input:TestingDataResult'
, testingDataResult_input
- The testing dataset that was supplied for training.
$sel:output:TestingDataResult'
, testingDataResult_output
- The subset of the dataset that was actually tested. Some images (assets)
might not be tested due to file formatting and other issues.
$sel:validation:TestingDataResult'
, testingDataResult_validation
- The location of the data validation manifest. The data validation
manifest is created for the test dataset during model training.
testingDataResult_input :: Lens' TestingDataResult (Maybe TestingData) Source #
The testing dataset that was supplied for training.
testingDataResult_output :: Lens' TestingDataResult (Maybe TestingData) Source #
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
testingDataResult_validation :: Lens' TestingDataResult (Maybe ValidationData) Source #
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.