Module Smaws_Client_ComprehendMedical.InferSNOMEDCT

InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerException of Types.internal_server_exception | `InvalidEncodingException of Types.invalid_encoding_exception | `InvalidRequestException of Types.invalid_request_exception | `ServiceUnavailableException of Types.service_unavailable_exception | `TextSizeLimitExceededException of Types.text_size_limit_exceeded_exception | `TooManyRequestsException of Types.too_many_requests_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.infer_snomedct_request -> (Types.infer_snomedct_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerException of Types.internal_server_exception | `InvalidEncodingException of Types.invalid_encoding_exception | `InvalidRequestException of Types.invalid_request_exception | `ServiceUnavailableException of Types.service_unavailable_exception | `TextSizeLimitExceededException of Types.text_size_limit_exceeded_exception | `TooManyRequestsException of Types.too_many_requests_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.infer_snomedct_request -> (Types.infer_snomedct_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerException of Types.internal_server_exception | `InvalidEncodingException of Types.invalid_encoding_exception | `InvalidRequestException of Types.invalid_request_exception | `ServiceUnavailableException of Types.service_unavailable_exception | `TextSizeLimitExceededException of Types.text_size_limit_exceeded_exception | `TooManyRequestsException of Types.too_many_requests_exception ] * Smaws_Lib.Response.metadata) Stdlib.result