Stop Pii Entities Detection Job
comprehend_stop_pii_entities_detection_job | R Documentation |
Stops a PII entities detection job in progress¶
Description¶
Stops a PII entities detection job in progress.
Usage¶
comprehend_stop_pii_entities_detection_job(JobId)
Arguments¶
JobId |
[required] The identifier of the PII entities 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_pii_entities_detection_job(
JobId = "string"
)