@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityRecognizerAnnotations extends Object implements Serializable, Cloneable, StructuredPojo
Describes the annotations associated with a entity recognizer.
| Constructor and Description |
|---|
EntityRecognizerAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerAnnotations |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
Specifies the Amazon S3 location where the annotations for an entity recognizer are located.
|
String |
getTestS3Uri()
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Uri(String s3Uri)
Specifies the Amazon S3 location where the annotations for an entity recognizer are located.
|
void |
setTestS3Uri(String testS3Uri)
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located.
|
String |
toString()
Returns a string representation of this object.
|
EntityRecognizerAnnotations |
withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the annotations for an entity recognizer are located.
|
EntityRecognizerAnnotations |
withTestS3Uri(String testS3Uri)
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located.
|
public void setS3Uri(String s3Uri)
Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
s3Uri - Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must
be in the same Region as the API endpoint that you are calling.public String getS3Uri()
Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
public EntityRecognizerAnnotations withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
s3Uri - Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must
be in the same Region as the API endpoint that you are calling.public void setTestS3Uri(String testS3Uri)
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
testS3Uri - Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI
must be in the same Region as the API endpoint that you are calling.public String getTestS3Uri()
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
public EntityRecognizerAnnotations withTestS3Uri(String testS3Uri)
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
testS3Uri - Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI
must be in the same Region as the API endpoint that you are calling.public String toString()
toString in class ObjectObject.toString()public EntityRecognizerAnnotations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.