createDocumentClassifier
inline suspend fun ComprehendClient.createDocumentClassifier(crossinline block: CreateDocumentClassifierRequest.Builder.() -> Unit): CreateDocumentClassifierResponse
Creates a new document classifier that you can use to categorize documents. To create a classifier, you provide a set of training documents that are labeled with the categories that you want to use. For more information, see Training classifier models in the Comprehend Developer Guide.