public static interface TestingDataResult.Builder extends SdkPojo, CopyableBuilder<TestingDataResult.Builder,TestingDataResult>
| Modifier and Type | Method and Description |
|---|---|
default TestingDataResult.Builder |
input(Consumer<TestingData.Builder> input)
The testing dataset that was supplied for training.
|
TestingDataResult.Builder |
input(TestingData input)
The testing dataset that was supplied for training.
|
default TestingDataResult.Builder |
output(Consumer<TestingData.Builder> output)
The subset of the dataset that was actually tested.
|
TestingDataResult.Builder |
output(TestingData output)
The subset of the dataset that was actually tested.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestingDataResult.Builder input(TestingData input)
The testing dataset that was supplied for training.
input - The testing dataset that was supplied for training.default TestingDataResult.Builder input(Consumer<TestingData.Builder> input)
The testing dataset that was supplied for training.
This is a convenience that creates an instance of theTestingData.Builder avoiding the need to create
one manually via TestingData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to input(TestingData).input - a consumer that will call methods on TestingData.Builderinput(TestingData)TestingDataResult.Builder output(TestingData output)
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
output - The subset of the dataset that was actually tested. Some images (assets) might not be tested due to
file formatting and other issues.default TestingDataResult.Builder output(Consumer<TestingData.Builder> output)
The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
This is a convenience that creates an instance of theTestingData.Builder avoiding the need to create
one manually via TestingData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to output(TestingData).output - a consumer that will call methods on TestingData.Builderoutput(TestingData)Copyright © 2020. All rights reserved.