AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the StopSentimentDetectionJob operation. Stops a sentiment detection job in progress.
If the job state is IN_PROGRESS
, the job is marked for termination and put
into the STOP_REQUESTED
state. If the job completes before it can be stopped,
it is put into the COMPLETED
state; otherwise the job is be stopped and put
into the STOPPED
state.
If the job is in the COMPLETED
or FAILED
state when you call the StopDominantLanguageDetectionJob
operation, the operation returns a 400 Internal Request Exception.
When a job is stopped, any documents already processed are written to the output location.
Namespace: Amazon.Comprehend.Model
Assembly: AWSSDK.Comprehend.dll
Version: 3.x.y.z
public class StopSentimentDetectionJobRequest : AmazonComprehendRequest IAmazonWebServiceRequest
The StopSentimentDetectionJobRequest type exposes the following members
Name | Description | |
---|---|---|
StopSentimentDetectionJobRequest() |
Name | Type | Description | |
---|---|---|---|
JobId | System.String |
Gets and sets the property JobId. The identifier of the sentiment detection job to stop. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5