Uses of Class
software.amazon.awssdk.services.comprehend.model.StopTrainingDocumentClassifierResponse
-
Packages that use StopTrainingDocumentClassifierResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of StopTrainingDocumentClassifierResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StopTrainingDocumentClassifierResponse Modifier and Type Method Description default StopTrainingDocumentClassifierResponseComprehendClient. stopTrainingDocumentClassifier(Consumer<StopTrainingDocumentClassifierRequest.Builder> stopTrainingDocumentClassifierRequest)Stops a document classifier training job while in progress.default StopTrainingDocumentClassifierResponseComprehendClient. stopTrainingDocumentClassifier(StopTrainingDocumentClassifierRequest stopTrainingDocumentClassifierRequest)Stops a document classifier training job while in progress.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StopTrainingDocumentClassifierResponse Modifier and Type Method Description default CompletableFuture<StopTrainingDocumentClassifierResponse>ComprehendAsyncClient. stopTrainingDocumentClassifier(Consumer<StopTrainingDocumentClassifierRequest.Builder> stopTrainingDocumentClassifierRequest)Stops a document classifier training job while in progress.default CompletableFuture<StopTrainingDocumentClassifierResponse>ComprehendAsyncClient. stopTrainingDocumentClassifier(StopTrainingDocumentClassifierRequest stopTrainingDocumentClassifierRequest)Stops a document classifier training job while in progress.
-