public static interface TrainingData.Builder extends SdkPojo, CopyableBuilder<TrainingData.Builder,TrainingData>
| Modifier and Type | Method and Description |
|---|---|
TrainingData.Builder |
assets(Asset... assets)
A manifest file that contains references to the training images and ground-truth annotations.
|
TrainingData.Builder |
assets(Collection<Asset> assets)
A manifest file that contains references to the training images and ground-truth annotations.
|
TrainingData.Builder |
assets(Consumer<Asset.Builder>... assets)
A manifest file that contains references to the training images and ground-truth annotations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrainingData.Builder assets(Collection<Asset> assets)
A manifest file that contains references to the training images and ground-truth annotations.
assets - A manifest file that contains references to the training images and ground-truth annotations.TrainingData.Builder assets(Asset... assets)
A manifest file that contains references to the training images and ground-truth annotations.
assets - A manifest file that contains references to the training images and ground-truth annotations.TrainingData.Builder assets(Consumer<Asset.Builder>... assets)
A manifest file that contains references to the training images and ground-truth annotations.
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) Copyright © 2023. All rights reserved.