@Generated(value="software.amazon.awssdk:codegen") public final class AugmentedManifestsListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AugmentedManifestsListItem.Builder,AugmentedManifestsListItem>
An augmented manifest file that provides training data for your custom model. An augmented manifest file is a labeled dataset that is produced by Amazon SageMaker Ground Truth.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AugmentedManifestsListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
attributeNames()
The JSON attribute that contains the annotations for your training documents.
|
static AugmentedManifestsListItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttributeNames()
Returns true if the AttributeNames property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
String |
s3Uri()
The Amazon S3 location of the augmented manifest file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AugmentedManifestsListItem.Builder> |
serializableBuilderClass() |
AugmentedManifestsListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3Uri()
The Amazon S3 location of the augmented manifest file.
public final boolean hasAttributeNames()
public final List<String> attributeNames()
The JSON attribute that contains the annotations for your training documents. The number of attribute names that you specify depends on whether your augmented manifest file is the output of a single labeling job or a chained labeling job.
If your file is the output of a single labeling job, specify the LabelAttributeName key that was used when the job was created in Ground Truth.
If your file is the output of a chained labeling job, specify the LabelAttributeName key for one or more jobs in the chain. Each LabelAttributeName key provides the annotations from an individual job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributeNames() to see if a value was sent in this field.
If your file is the output of a single labeling job, specify the LabelAttributeName key that was used when the job was created in Ground Truth.
If your file is the output of a chained labeling job, specify the LabelAttributeName key for one or more jobs in the chain. Each LabelAttributeName key provides the annotations from an individual job.
public AugmentedManifestsListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AugmentedManifestsListItem.Builder,AugmentedManifestsListItem>public static AugmentedManifestsListItem.Builder builder()
public static Class<? extends AugmentedManifestsListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.