public static interface DocumentClassifierDocuments.Builder extends SdkPojo, CopyableBuilder<DocumentClassifierDocuments.Builder,DocumentClassifierDocuments>
| Modifier and Type | Method and Description |
|---|---|
DocumentClassifierDocuments.Builder |
s3Uri(String s3Uri)
The S3 URI location of the training documents specified in the S3Uri CSV file.
|
DocumentClassifierDocuments.Builder |
testS3Uri(String testS3Uri)
The S3 URI location of the test documents included in the TestS3Uri CSV file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentClassifierDocuments.Builder s3Uri(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.DocumentClassifierDocuments.Builder testS3Uri(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.Copyright © 2023. All rights reserved.