@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetEntityRecognizerEntityList extends Object implements Serializable, Cloneable, StructuredPojo
Describes the dataset entity list for an entity recognizer model.
For more information on how the input file is formatted, see Preparing training data in the Comprehend Developer Guide.
Constructor and Description |
---|
DatasetEntityRecognizerEntityList() |
Modifier and Type | Method and Description |
---|---|
DatasetEntityRecognizerEntityList |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
Specifies the Amazon S3 location where the entity list is 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 entity list is located.
|
String |
toString()
Returns a string representation of this object.
|
DatasetEntityRecognizerEntityList |
withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
|
public void setS3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
s3Uri
- Specifies the Amazon S3 location where the entity list is located.public String getS3Uri()
Specifies the Amazon S3 location where the entity list is located.
public DatasetEntityRecognizerEntityList withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
s3Uri
- Specifies the Amazon S3 location where the entity list is located.public String toString()
toString
in class Object
Object.toString()
public DatasetEntityRecognizerEntityList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.