public static interface TrainingData.Builder extends SdkPojo, CopyableBuilder<TrainingData.Builder,TrainingData>
| Modifier and Type | Method and Description |
|---|---|
TrainingData.Builder |
assets(Asset... assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
TrainingData.Builder |
assets(Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
TrainingData.Builder |
assets(Consumer<Asset.Builder>... assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrainingData.Builder assets(Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
assets - A Sagemaker GroundTruth manifest file that contains the training images (assets).TrainingData.Builder assets(Asset... assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
assets - A Sagemaker GroundTruth manifest file that contains the training images (assets).TrainingData.Builder assets(Consumer<Asset.Builder>... assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
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.