Skip to content

Stop Snomedct Inference Job

comprehendmedical_stop_snomedct_inference_job R Documentation

Stops an InferSNOMEDCT inference job in progress

Description

Stops an InferSNOMEDCT inference job in progress.

Usage

comprehendmedical_stop_snomedct_inference_job(JobId)

Arguments

JobId

[required] The job id of the asynchronous InferSNOMEDCT job to be stopped.

Value

A list with the following syntax:

list(
  JobId = "string"
)

Request syntax

svc$stop_snomedct_inference_job(
  JobId = "string"
)