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¶
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"
)