Uses of Class
software.amazon.awssdk.services.comprehend.model.CreateFlywheelResponse
-
Packages that use CreateFlywheelResponse 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 CreateFlywheelResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return CreateFlywheelResponse Modifier and Type Method Description default CreateFlywheelResponseComprehendClient. createFlywheel(Consumer<CreateFlywheelRequest.Builder> createFlywheelRequest)A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification or custom entity recognition.default CreateFlywheelResponseComprehendClient. createFlywheel(CreateFlywheelRequest createFlywheelRequest)A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification or custom entity recognition.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type CreateFlywheelResponse Modifier and Type Method Description default CompletableFuture<CreateFlywheelResponse>ComprehendAsyncClient. createFlywheel(Consumer<CreateFlywheelRequest.Builder> createFlywheelRequest)A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification or custom entity recognition.default CompletableFuture<CreateFlywheelResponse>ComprehendAsyncClient. createFlywheel(CreateFlywheelRequest createFlywheelRequest)A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification or custom entity recognition.
-