Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentClassifierDocuments
-
Packages that use DocumentClassifierDocuments Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentClassifierDocuments in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentClassifierDocuments Modifier and Type Method Description DocumentClassifierDocumentsDocumentClassifierInputDataConfig. documents()The S3 location of the training documents.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentClassifierDocuments Modifier and Type Method Description DocumentClassifierInputDataConfig.BuilderDocumentClassifierInputDataConfig.Builder. documents(DocumentClassifierDocuments documents)The S3 location of the training documents.
-