| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
StartFlywheelIterationResult |
AbstractAmazonComprehend.startFlywheelIteration(StartFlywheelIterationRequest request) |
StartFlywheelIterationResult |
AmazonComprehend.startFlywheelIteration(StartFlywheelIterationRequest startFlywheelIterationRequest)
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
StartFlywheelIterationResult |
AmazonComprehendClient.startFlywheelIteration(StartFlywheelIterationRequest request)
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
| 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 |
|---|---|
StartFlywheelIterationResult |
StartFlywheelIterationResult.clone() |
StartFlywheelIterationResult |
StartFlywheelIterationResult.withFlywheelArn(String flywheelArn)
|
StartFlywheelIterationResult |
StartFlywheelIterationResult.withFlywheelIterationId(String flywheelIterationId)
|
Copyright © 2023. All rights reserved.