public static interface DatasetChanges.Builder extends SdkPojo, CopyableBuilder<DatasetChanges.Builder,DatasetChanges>
| Modifier and Type | Method and Description |
|---|---|
DatasetChanges.Builder |
groundTruth(SdkBytes groundTruth)
A Base64-encoded binary data object containing one or JSON lines that either update the dataset or are
additions to the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetChanges.Builder groundTruth(SdkBytes groundTruth)
A Base64-encoded binary data object containing one or JSON lines that either update the dataset or are
additions to the dataset. You change a dataset by calling UpdateDatasetEntries. If you are using an
AWS SDK to call UpdateDatasetEntries, you don't need to encode Changes as the SDK
encodes the data for you.
For example JSON lines, see Image-Level labels in manifest files and and Object localization in manifest files in the Amazon Rekognition Custom Labels Developer Guide.
groundTruth - A Base64-encoded binary data object containing one or JSON lines that either update the dataset or are
additions to the dataset. You change a dataset by calling UpdateDatasetEntries. If you are
using an AWS SDK to call UpdateDatasetEntries, you don't need to encode
Changes as the SDK encodes the data for you.
For example JSON lines, see Image-Level labels in manifest files and and Object localization in manifest files in the Amazon Rekognition Custom Labels Developer Guide.
Copyright © 2021. All rights reserved.