@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DocumentClassifierDocuments extends Object implements Serializable, Cloneable, StructuredPojo
The location of the training documents. This parameter is required in a request to create a semi-structured document classification model.
Constructor and Description |
---|
DocumentClassifierDocuments() |
Modifier and Type | Method and Description |
---|---|
DocumentClassifierDocuments |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The S3 URI location of the training documents specified in the S3Uri CSV file.
|
String |
getTestS3Uri()
The S3 URI location of the test documents included in the TestS3Uri CSV file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The S3 URI location of the training documents specified in the S3Uri CSV file.
|
void |
setTestS3Uri(String testS3Uri)
The S3 URI location of the test documents included in the TestS3Uri CSV file.
|
String |
toString()
Returns a string representation of this object.
|
DocumentClassifierDocuments |
withS3Uri(String s3Uri)
The S3 URI location of the training documents specified in the S3Uri CSV file.
|
DocumentClassifierDocuments |
withTestS3Uri(String testS3Uri)
The S3 URI location of the test documents included in the TestS3Uri CSV file.
|
public void setS3Uri(String s3Uri)
The S3 URI location of the training documents specified in the S3Uri CSV file.
s3Uri
- The S3 URI location of the training documents specified in the S3Uri CSV file.public String getS3Uri()
The S3 URI location of the training documents specified in the S3Uri CSV file.
public DocumentClassifierDocuments withS3Uri(String s3Uri)
The S3 URI location of the training documents specified in the S3Uri CSV file.
s3Uri
- The S3 URI location of the training documents specified in the S3Uri CSV file.public void setTestS3Uri(String testS3Uri)
The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.
testS3Uri
- The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required
if you do not specify a test CSV file.public String getTestS3Uri()
The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.
public DocumentClassifierDocuments withTestS3Uri(String testS3Uri)
The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.
testS3Uri
- The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required
if you do not specify a test CSV file.public String toString()
toString
in class Object
Object.toString()
public DocumentClassifierDocuments clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.