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 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) Copyright © 2020. All rights reserved.