Uses of Class
software.amazon.awssdk.services.comprehend.model.StopTrainingEntityRecognizerResponse
-
Packages that use StopTrainingEntityRecognizerResponse 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 StopTrainingEntityRecognizerResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StopTrainingEntityRecognizerResponse Modifier and Type Method Description default StopTrainingEntityRecognizerResponseComprehendClient. stopTrainingEntityRecognizer(Consumer<StopTrainingEntityRecognizerRequest.Builder> stopTrainingEntityRecognizerRequest)Stops an entity recognizer training job while in progress.default StopTrainingEntityRecognizerResponseComprehendClient. stopTrainingEntityRecognizer(StopTrainingEntityRecognizerRequest stopTrainingEntityRecognizerRequest)Stops an entity recognizer training job while in progress.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StopTrainingEntityRecognizerResponse Modifier and Type Method Description default CompletableFuture<StopTrainingEntityRecognizerResponse>ComprehendAsyncClient. stopTrainingEntityRecognizer(Consumer<StopTrainingEntityRecognizerRequest.Builder> stopTrainingEntityRecognizerRequest)Stops an entity recognizer training job while in progress.default CompletableFuture<StopTrainingEntityRecognizerResponse>ComprehendAsyncClient. stopTrainingEntityRecognizer(StopTrainingEntityRecognizerRequest stopTrainingEntityRecognizerRequest)Stops an entity recognizer training job while in progress.
-