| 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 |
|---|---|
StopTargetedSentimentDetectionJobResult |
AbstractAmazonComprehend.stopTargetedSentimentDetectionJob(StopTargetedSentimentDetectionJobRequest request) |
StopTargetedSentimentDetectionJobResult |
AmazonComprehend.stopTargetedSentimentDetectionJob(StopTargetedSentimentDetectionJobRequest stopTargetedSentimentDetectionJobRequest)
Stops a targeted sentiment detection job in progress.
|
StopTargetedSentimentDetectionJobResult |
AmazonComprehendClient.stopTargetedSentimentDetectionJob(StopTargetedSentimentDetectionJobRequest request)
Stops a targeted sentiment detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
StopTargetedSentimentDetectionJobResult |
StopTargetedSentimentDetectionJobResult.clone() |
StopTargetedSentimentDetectionJobResult |
StopTargetedSentimentDetectionJobResult.withJobId(String jobId)
The identifier of the targeted sentiment detection job to stop.
|
StopTargetedSentimentDetectionJobResult |
StopTargetedSentimentDetectionJobResult.withJobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
StopTargetedSentimentDetectionJobResult |
StopTargetedSentimentDetectionJobResult.withJobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
Copyright © 2022. All rights reserved.