| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
TestingData |
TestingDataResult.input()
The testing dataset that was supplied for training.
|
TestingData |
TestingDataResult.output()
The subset of the dataset that was actually tested.
|
TestingData |
CreateProjectVersionRequest.testingData()
Specifies an external manifest that the service uses to test the model.
|
| Modifier and Type | Method and Description |
|---|---|
TestingDataResult.Builder |
TestingDataResult.Builder.input(TestingData input)
The testing dataset that was supplied for training.
|
TestingDataResult.Builder |
TestingDataResult.Builder.output(TestingData output)
The subset of the dataset that was actually tested.
|
CreateProjectVersionRequest.Builder |
CreateProjectVersionRequest.Builder.testingData(TestingData testingData)
Specifies an external manifest that the service uses to test the model.
|
Copyright © 2022. All rights reserved.