| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static TestingDataResult.Builder |
TestingDataResult.builder() |
default TestingDataResult.Builder |
TestingDataResult.Builder.input(Consumer<TestingData.Builder> input)
The testing dataset that was supplied for training.
|
TestingDataResult.Builder |
TestingDataResult.Builder.input(TestingData input)
The testing dataset that was supplied for training.
|
default TestingDataResult.Builder |
TestingDataResult.Builder.output(Consumer<TestingData.Builder> output)
The subset of the dataset that was actually tested.
|
TestingDataResult.Builder |
TestingDataResult.Builder.output(TestingData output)
The subset of the dataset that was actually tested.
|
TestingDataResult.Builder |
TestingDataResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestingDataResult.Builder> |
TestingDataResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProjectVersionDescription.Builder |
ProjectVersionDescription.Builder.testingDataResult(Consumer<TestingDataResult.Builder> testingDataResult)
The manifest file that represents the testing results.
|
Copyright © 2020. All rights reserved.