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 temporarily splits the training dataset (80%) to create a test
dataset (20%) 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, Amazon Rekognition Custom Labels temporarily splits the training dataset (80%) to create a test dataset (20%) for the training job. After training completes, the test dataset is not stored and the training dataset reverts to its previous size.
autoCreate - If specified, Amazon Rekognition Custom Labels temporarily splits the training dataset (80%) to create
a test dataset (20%) for the training job. After training completes, the test dataset is not stored
and the training dataset reverts to its previous size.Copyright © 2023. All rights reserved.