public static interface TestingData.Builder extends SdkPojo, CopyableBuilder<TestingData.Builder,TestingData>
| Modifier and Type | Method and Description |
|---|---|
TestingData.Builder |
assets(Asset... assets)
The assets used for testing.
|
TestingData.Builder |
assets(Collection<Asset> assets)
The assets used for testing.
|
TestingData.Builder |
assets(Consumer<Asset.Builder>... assets)
The assets used for testing.
|
TestingData.Builder |
autoCreate(Boolean autoCreate)
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training
dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestingData.Builder assets(Collection<Asset> assets)
The assets used for testing.
assets - The assets used for testing.TestingData.Builder assets(Asset... assets)
The assets used for testing.
assets - The assets used for testing.TestingData.Builder assets(Consumer<Asset.Builder>... assets)
The assets used for testing.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #assets(List) .assets - a consumer that will call methods on List.Builder #assets(List) TestingData.Builder autoCreate(Boolean autoCreate)
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
autoCreate - If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the
training dataset.Copyright © 2021. All rights reserved.