Uses of Class
software.amazon.awssdk.services.comprehend.model.CreateFlywheelRequest
-
Packages that use CreateFlywheelRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of CreateFlywheelRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type CreateFlywheelRequest Modifier and Type Method Description 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.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. -
Uses of CreateFlywheelRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type CreateFlywheelRequest Modifier and Type Method Description SdkHttpFullRequestCreateFlywheelRequestMarshaller. marshall(CreateFlywheelRequest createFlywheelRequest)
-