| 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 |
|---|---|
StopKeyPhrasesDetectionJobResult |
AbstractAmazonComprehend.stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest request) |
StopKeyPhrasesDetectionJobResult |
AmazonComprehend.stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest stopKeyPhrasesDetectionJobRequest)
Stops a key phrases detection job in progress.
|
StopKeyPhrasesDetectionJobResult |
AmazonComprehendClient.stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest request)
Stops a key phrases detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopKeyPhrasesDetectionJobResult> |
AmazonComprehendAsync.stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest stopKeyPhrasesDetectionJobRequest,
AsyncHandler<StopKeyPhrasesDetectionJobRequest,StopKeyPhrasesDetectionJobResult> asyncHandler)
Stops a key phrases detection job in progress.
|
Future<StopKeyPhrasesDetectionJobResult> |
AmazonComprehendAsyncClient.stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest request,
AsyncHandler<StopKeyPhrasesDetectionJobRequest,StopKeyPhrasesDetectionJobResult> asyncHandler) |
Future<StopKeyPhrasesDetectionJobResult> |
AbstractAmazonComprehendAsync.stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest request,
AsyncHandler<StopKeyPhrasesDetectionJobRequest,StopKeyPhrasesDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopKeyPhrasesDetectionJobResult |
StopKeyPhrasesDetectionJobResult.clone() |
StopKeyPhrasesDetectionJobResult |
StopKeyPhrasesDetectionJobResult.withJobId(String jobId)
The identifier of the key phrases detection job to stop.
|
StopKeyPhrasesDetectionJobResult |
StopKeyPhrasesDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopKeyPhrasesDetectionJob operation. |
StopKeyPhrasesDetectionJobResult |
StopKeyPhrasesDetectionJobResult.withJobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopKeyPhrasesDetectionJob operation. |
Copyright © 2018. All rights reserved.