Stop Events Detection Job
comprehend_stop_events_detection_job | R Documentation |
Stops an events detection job in progress¶
Description¶
Stops an events detection job in progress.
Usage¶
comprehend_stop_events_detection_job(JobId)
Arguments¶
JobId |
[required] The identifier of the events detection job to stop. |
Value¶
A list with the following syntax:
list(
JobId = "string",
JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|"STOP_REQUESTED"|"STOPPED"
)
Request syntax¶
svc$stop_events_detection_job(
JobId = "string"
)