@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AugmentedManifestsListItem extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
AugmentedManifestsListItem() |
| Modifier and Type | Method and Description |
|---|---|
AugmentedManifestsListItem |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAttributeNames()
The JSON attribute that contains the annotations for your training documents.
|
String |
getS3Uri()
The Amazon S3 location of the augmented manifest file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttributeNames(Collection<String> attributeNames)
The JSON attribute that contains the annotations for your training documents.
|
void |
setS3Uri(String s3Uri)
The Amazon S3 location of the augmented manifest file.
|
String |
toString()
Returns a string representation of this object.
|
AugmentedManifestsListItem |
withAttributeNames(Collection<String> attributeNames)
The JSON attribute that contains the annotations for your training documents.
|
AugmentedManifestsListItem |
withAttributeNames(String... attributeNames)
The JSON attribute that contains the annotations for your training documents.
|
AugmentedManifestsListItem |
withS3Uri(String s3Uri)
The Amazon S3 location of the augmented manifest file.
|
public void setS3Uri(String s3Uri)
The Amazon S3 location of the augmented manifest file.
s3Uri - The Amazon S3 location of the augmented manifest file.public String getS3Uri()
The Amazon S3 location of the augmented manifest file.
public AugmentedManifestsListItem withS3Uri(String s3Uri)
The Amazon S3 location of the augmented manifest file.
s3Uri - The Amazon S3 location of the augmented manifest file.public List<String> getAttributeNames()
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.
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 void setAttributeNames(Collection<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.
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.
public AugmentedManifestsListItem withAttributeNames(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.
NOTE: This method appends the values to the existing list (if any). Use
setAttributeNames(java.util.Collection) or withAttributeNames(java.util.Collection) if you want
to override the existing values.
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.
public AugmentedManifestsListItem withAttributeNames(Collection<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.
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.
public String toString()
toString in class ObjectObject.toString()public AugmentedManifestsListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.