stop_rx_norm_inference_job
(**kwargs)¶Stops an InferRxNorm inference job in progress.
See also: AWS API Documentation
Request Syntax
response = client.stop_rx_norm_inference_job(
JobId='string'
)
[REQUIRED]
The identifier of the job.
{
'JobId': 'string'
}
Response Structure
The identifier generated for the job. To get the status of job, use this identifier with the DescribeRxNormInferenceJob
operation.
Exceptions
ComprehendMedical.Client.exceptions.InvalidRequestException
ComprehendMedical.Client.exceptions.ResourceNotFoundException
ComprehendMedical.Client.exceptions.InternalServerException