@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroundTruthManifest extends Object implements Serializable, Cloneable, StructuredPojo
The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
Constructor and Description |
---|
GroundTruthManifest() |
Modifier and Type | Method and Description |
---|---|
GroundTruthManifest |
clone() |
boolean |
equals(Object obj) |
S3Object |
getS3Object() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Object(S3Object s3Object) |
String |
toString()
Returns a string representation of this object.
|
GroundTruthManifest |
withS3Object(S3Object s3Object) |
public void setS3Object(S3Object s3Object)
s3Object
- public S3Object getS3Object()
public GroundTruthManifest withS3Object(S3Object s3Object)
s3Object
- public String toString()
toString
in class Object
Object.toString()
public GroundTruthManifest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.