| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetChanges |
DatasetChanges.clone() |
DatasetChanges |
UpdateDatasetEntriesRequest.getChanges()
The changes that you want to make to the dataset.
|
DatasetChanges |
DatasetChanges.withGroundTruth(ByteBuffer groundTruth)
A Base64-encoded binary data object containing one or JSON lines that either update the dataset or are additions
to the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDatasetEntriesRequest.setChanges(DatasetChanges changes)
The changes that you want to make to the dataset.
|
UpdateDatasetEntriesRequest |
UpdateDatasetEntriesRequest.withChanges(DatasetChanges changes)
The changes that you want to make to the dataset.
|
Copyright © 2023. All rights reserved.