Stop Rx Norm Inference Job
comprehendmedical_stop_rx_norm_inference_job | R Documentation |
Stops an InferRxNorm inference job in progress¶
Description¶
Stops an InferRxNorm inference job in progress.
Usage¶
comprehendmedical_stop_rx_norm_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_rx_norm_inference_job(
JobId = "string"
)