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.
|
default TestingDataResult.Builder |
validation(Consumer<ValidationData.Builder> validation)
The location of the data validation manifest.
|
TestingDataResult.Builder |
validation(ValidationData validation)
The location of the data validation manifest.
|
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)TestingDataResult.Builder validation(ValidationData validation)
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
validation - The location of the data validation manifest. The data validation manifest is created for the test
dataset during model training.default TestingDataResult.Builder validation(Consumer<ValidationData.Builder> validation)
The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
This is a convenience that creates an instance of theValidationData.Builder avoiding the need to
create one manually via ValidationData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to validation(ValidationData).validation - a consumer that will call methods on ValidationData.Buildervalidation(ValidationData)Copyright © 2020. All rights reserved.