| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartFlywheelIterationResult> |
AbstractAmazonComprehendAsync.startFlywheelIterationAsync(StartFlywheelIterationRequest request,
AsyncHandler<StartFlywheelIterationRequest,StartFlywheelIterationResult> asyncHandler) |
Future<StartFlywheelIterationResult> |
AmazonComprehendAsync.startFlywheelIterationAsync(StartFlywheelIterationRequest startFlywheelIterationRequest,
AsyncHandler<StartFlywheelIterationRequest,StartFlywheelIterationResult> asyncHandler)
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
Future<StartFlywheelIterationResult> |
AmazonComprehendAsyncClient.startFlywheelIterationAsync(StartFlywheelIterationRequest request,
AsyncHandler<StartFlywheelIterationRequest,StartFlywheelIterationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartFlywheelIterationRequest |
StartFlywheelIterationRequest.clone() |
StartFlywheelIterationRequest |
StartFlywheelIterationRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartFlywheelIterationRequest |
StartFlywheelIterationRequest.withFlywheelArn(String flywheelArn)
The ARN of the flywheel.
|
Copyright © 2024. All rights reserved.