@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetEntityRecognizerAnnotations extends Object implements Serializable, Cloneable, StructuredPojo
Describes the annotations associated with a entity recognizer.
Constructor and Description |
---|
DatasetEntityRecognizerAnnotations() |
Modifier and Type | Method and Description |
---|---|
DatasetEntityRecognizerAnnotations |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
Specifies the Amazon S3 location where the training documents 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 training documents for an entity recognizer are located.
|
String |
toString()
Returns a string representation of this object.
|
DatasetEntityRecognizerAnnotations |
withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
|
public void setS3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents 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 training documents 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 training documents for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
public DatasetEntityRecognizerAnnotations withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents 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 training documents 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 Object
Object.toString()
public DatasetEntityRecognizerAnnotations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.