Uses of Class
software.amazon.awssdk.services.comprehend.model.StartFlywheelIterationRequest
-
Packages that use StartFlywheelIterationRequest 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 StartFlywheelIterationRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type StartFlywheelIterationRequest Modifier and Type Method Description default CompletableFuture<StartFlywheelIterationResponse>ComprehendAsyncClient. startFlywheelIteration(StartFlywheelIterationRequest 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. -
Uses of StartFlywheelIterationRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type StartFlywheelIterationRequest Modifier and Type Method Description SdkHttpFullRequestStartFlywheelIterationRequestMarshaller. marshall(StartFlywheelIterationRequest startFlywheelIterationRequest)
-