| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentClassifierDocuments |
DocumentClassifierDocuments.clone() |
DocumentClassifierDocuments |
DocumentClassifierInputDataConfig.getDocuments()
The S3 location of the training documents.
|
DocumentClassifierDocuments |
DocumentClassifierDocuments.withS3Uri(String s3Uri)
The S3 URI location of the training documents specified in the S3Uri CSV file.
|
DocumentClassifierDocuments |
DocumentClassifierDocuments.withTestS3Uri(String testS3Uri)
The S3 URI location of the test documents included in the TestS3Uri CSV file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentClassifierInputDataConfig.setDocuments(DocumentClassifierDocuments documents)
The S3 location of the training documents.
|
DocumentClassifierInputDataConfig |
DocumentClassifierInputDataConfig.withDocuments(DocumentClassifierDocuments documents)
The S3 location of the training documents.
|
Copyright © 2024. All rights reserved.