public class GroundTruthManifest
extends java.lang.Object
implements java.io.Serializable
The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.
Constructor and Description |
---|
GroundTruthManifest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
S3Object |
getS3Object()
Provides the S3 bucket name and object name.
|
int |
hashCode() |
void |
setS3Object(S3Object s3Object)
Provides the S3 bucket name and object name.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GroundTruthManifest |
withS3Object(S3Object s3Object)
Provides the S3 bucket name and object name.
|
public S3Object getS3Object()
Provides the S3 bucket name and object name.
The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.
For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see Resource-Based Policies in the Amazon Rekognition Developer Guide.
Provides the S3 bucket name and object name.
The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.
For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see Resource-Based Policies in the Amazon Rekognition Developer Guide.
public void setS3Object(S3Object s3Object)
Provides the S3 bucket name and object name.
The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.
For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see Resource-Based Policies in the Amazon Rekognition Developer Guide.
s3Object
- Provides the S3 bucket name and object name.
The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.
For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see Resource-Based Policies in the Amazon Rekognition Developer Guide.
public GroundTruthManifest withS3Object(S3Object s3Object)
Provides the S3 bucket name and object name.
The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.
For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see Resource-Based Policies in the Amazon Rekognition Developer Guide.
Returns a reference to this object so that method calls can be chained together.
s3Object
- Provides the S3 bucket name and object name.
The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.
For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see Resource-Based Policies in the Amazon Rekognition Developer Guide.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.