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, Rekognition splits training dataset to create a test dataset for the training job.
|
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 method that creates an instance of theAsset.Builder avoiding the need to create one
manually via Asset.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #assets(List.
assets - a consumer that will call methods on
Asset.Builder#assets(java.util.Collection) TestingData.Builder autoCreate(Boolean autoCreate)
If specified, Rekognition splits training dataset to create a test dataset for the training job.
autoCreate - If specified, Rekognition splits training dataset to create a test dataset for the training job.Copyright © 2023. All rights reserved.