Stop Icd10cm Inference Job
| comprehendmedical_stop_icd10cm_inference_job | R Documentation | 
Stops an InferICD10CM inference job in progress¶
Description¶
Stops an InferICD10CM inference job in progress.
Usage¶
comprehendmedical_stop_icd10cm_inference_job(JobId)
Arguments¶
JobId | 
[required] The identifier of the job.  | 
Value¶
A list with the following syntax:
list(
  JobId = "string"
)
Request syntax¶
svc$stop_icd10cm_inference_job(
  JobId = "string"
)