ComprehendMedical / Client / stop_entities_detection_v2_job
stop_entities_detection_v2_job#
- ComprehendMedical.Client.stop_entities_detection_v2_job(**kwargs)#
Stops a medical entities detection job in progress.
See also: AWS API Documentation
Request Syntax
response = client.stop_entities_detection_v2_job( JobId='string' )
- Parameters:
JobId (string) –
[REQUIRED]
The identifier of the medical entities job to stop.
- Return type:
dict
- Returns:
Response Syntax
{ 'JobId': 'string' }
Response Structure
(dict) –
JobId (string) –
The identifier of the medical entities detection job that was stopped.
Exceptions
ComprehendMedical.Client.exceptions.InvalidRequestException
ComprehendMedical.Client.exceptions.ResourceNotFoundException
ComprehendMedical.Client.exceptions.InternalServerException