| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
TestingData |
TestingData.clone() |
TestingData |
TestingDataResult.getInput()
The testing dataset that was supplied for training.
|
TestingData |
TestingDataResult.getOutput()
The subset of the dataset that was actually tested.
|
TestingData |
CreateProjectVersionRequest.getTestingData()
The dataset to use for testing.
|
TestingData |
TestingData.withAssets(Asset... assets)
The assets used for testing.
|
TestingData |
TestingData.withAssets(Collection<Asset> assets)
The assets used for testing.
|
TestingData |
TestingData.withAutoCreate(Boolean autoCreate)
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training
dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestingDataResult.setInput(TestingData input)
The testing dataset that was supplied for training.
|
void |
TestingDataResult.setOutput(TestingData output)
The subset of the dataset that was actually tested.
|
void |
CreateProjectVersionRequest.setTestingData(TestingData testingData)
The dataset to use for testing.
|
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.
|
CreateProjectVersionRequest |
CreateProjectVersionRequest.withTestingData(TestingData testingData)
The dataset to use for testing.
|
Copyright © 2020. All rights reserved.