Uses of Class
software.amazon.awssdk.services.comprehend.model.StartFlywheelIterationResponse
-
Packages that use StartFlywheelIterationResponse 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 StartFlywheelIterationResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StartFlywheelIterationResponse Modifier and Type Method Description default StartFlywheelIterationResponseComprehendClient. startFlywheelIteration(Consumer<StartFlywheelIterationRequest.Builder> startFlywheelIterationRequest)Start the flywheel iteration.This operation uses any new datasets to train a new model version.default StartFlywheelIterationResponseComprehendClient. startFlywheelIteration(StartFlywheelIterationRequest startFlywheelIterationRequest)Start the flywheel iteration.This operation uses any new datasets to train a new model version.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StartFlywheelIterationResponse Modifier and Type Method Description default CompletableFuture<StartFlywheelIterationResponse>ComprehendAsyncClient. startFlywheelIteration(Consumer<StartFlywheelIterationRequest.Builder> startFlywheelIterationRequest)Start the flywheel iteration.This operation uses any new datasets to train a new model version.default CompletableFuture<StartFlywheelIterationResponse>ComprehendAsyncClient. startFlywheelIteration(StartFlywheelIterationRequest startFlywheelIterationRequest)Start the flywheel iteration.This operation uses any new datasets to train a new model version.
-