Smaws_Client_ComprehendMedical.ListICD10CMInferenceJobsGets a list of InferICD10CM jobs that you have submitted.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerException of Types.internal_server_exception
| `InvalidRequestException of Types.invalid_request_exception
| `TooManyRequestsException of Types.too_many_requests_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_icd10cm_inference_jobs_request ->
(Types.list_icd10cm_inference_jobs_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerException of Types.internal_server_exception
| `InvalidRequestException of Types.invalid_request_exception
| `TooManyRequestsException of Types.too_many_requests_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_icd10cm_inference_jobs_request ->
(Types.list_icd10cm_inference_jobs_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerException of Types.internal_server_exception
| `InvalidRequestException of Types.invalid_request_exception
| `TooManyRequestsException of Types.too_many_requests_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result