stop_snomedct_inference_job(**kwargs)¶Stops an InferSNOMEDCT inference job in progress.
See also: AWS API Documentation
Request Syntax
response = client.stop_snomedct_inference_job(
JobId='string'
)
[REQUIRED]
The job id of the asynchronous InferSNOMEDCT job to be stopped.
{
'JobId': 'string'
}
Response Structure
The identifier generated for the job. To get the status of job, use this identifier with the DescribeSNOMEDCTInferenceJob operation.
Exceptions
ComprehendMedical.Client.exceptions.InvalidRequestExceptionComprehendMedical.Client.exceptions.ResourceNotFoundExceptionComprehendMedical.Client.exceptions.TooManyRequestsExceptionComprehendMedical.Client.exceptions.InternalServerException