ComprehendMedical / Client / stop_icd10_cm_inference_job
stop_icd10_cm_inference_job#
- ComprehendMedical.Client.stop_icd10_cm_inference_job(**kwargs)#
Stops an InferICD10CM inference job in progress.
See also: AWS API Documentation
Request Syntax
response = client.stop_icd10_cm_inference_job( JobId='string' )
- Parameters:
JobId (string) –
[REQUIRED]
The identifier of the job.
- Return type:
dict
- Returns:
Response Syntax
{ 'JobId': 'string' }
Response Structure
(dict) –
JobId (string) –
The identifier generated for the job. To get the status of job, use this identifier with the
DescribeICD10CMInferenceJob
operation.
Exceptions
ComprehendMedical.Client.exceptions.InvalidRequestException
ComprehendMedical.Client.exceptions.ResourceNotFoundException
ComprehendMedical.Client.exceptions.InternalServerException