| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
TestingDataResult |
TestingDataResult.clone() |
TestingDataResult |
ProjectVersionDescription.getTestingDataResult()
Contains information about the testing results.
|
TestingDataResult |
TestingDataResult.withInput(TestingData input)
The testing dataset that was supplied for training.
|
TestingDataResult |
TestingDataResult.withOutput(TestingData output)
The subset of the dataset that was actually tested.
|
TestingDataResult |
TestingDataResult.withValidation(ValidationData validation)
The location of the data validation manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectVersionDescription.setTestingDataResult(TestingDataResult testingDataResult)
Contains information about the testing results.
|
ProjectVersionDescription |
ProjectVersionDescription.withTestingDataResult(TestingDataResult testingDataResult)
Contains information about the testing results.
|
Copyright © 2022. All rights reserved.