@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetGroundTruthManifest extends Object implements Serializable, Cloneable, StructuredPojo
Location information about a manifest file. You can use a manifest file to create a dataset.
| Constructor and Description |
|---|
DatasetGroundTruthManifest() |
| Modifier and Type | Method and Description |
|---|---|
DatasetGroundTruthManifest |
clone() |
boolean |
equals(Object obj) |
InputS3Object |
getS3Object()
The S3 bucket location for the manifest file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Object(InputS3Object s3Object)
The S3 bucket location for the manifest file.
|
String |
toString()
Returns a string representation of this object.
|
DatasetGroundTruthManifest |
withS3Object(InputS3Object s3Object)
The S3 bucket location for the manifest file.
|
public void setS3Object(InputS3Object s3Object)
The S3 bucket location for the manifest file.
s3Object - The S3 bucket location for the manifest file.public InputS3Object getS3Object()
The S3 bucket location for the manifest file.
public DatasetGroundTruthManifest withS3Object(InputS3Object s3Object)
The S3 bucket location for the manifest file.
s3Object - The S3 bucket location for the manifest file.public String toString()
toString in class ObjectObject.toString()public DatasetGroundTruthManifest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.