| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default StartFlywheelIterationResponse |
ComprehendClient.startFlywheelIteration(Consumer<StartFlywheelIterationRequest.Builder> startFlywheelIterationRequest)
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
default StartFlywheelIterationResponse |
ComprehendClient.startFlywheelIteration(StartFlywheelIterationRequest startFlywheelIterationRequest)
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.