@Generated(value="software.amazon.awssdk:codegen") public final class DatasetChanges extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetChanges.Builder,DatasetChanges>
Describes updates or additions to a dataset. A Single update or addition is an entry (JSON Line) that provides
information about a single image. To update an existing entry, you match the source-ref field of the
update entry with the source-ref filed of the entry that you want to update. If the
source-ref field doesn't match an existing entry, the entry is added to dataset as a new entry.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetChanges.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetChanges.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
SdkBytes |
groundTruth()
A Base64-encoded binary data object containing one or JSON lines that either update the dataset or are additions
to the dataset.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetChanges.Builder> |
serializableBuilderClass() |
DatasetChanges.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.
public DatasetChanges.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetChanges.Builder,DatasetChanges>public static DatasetChanges.Builder builder()
public static Class<? extends DatasetChanges.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.