Module Smaws_Client_Comprehend.DescribeEntitiesDetectionJob

Gets the properties associated with an entities detection job. Use this operation to get the status of a detection job.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerException of Types.internal_server_exception | `InvalidRequestException of Types.invalid_request_exception | `JobNotFoundException of Types.job_not_found_exception | `TooManyRequestsException of Types.too_many_requests_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_entities_detection_job_request -> (Types.describe_entities_detection_job_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerException of Types.internal_server_exception | `InvalidRequestException of Types.invalid_request_exception | `JobNotFoundException of Types.job_not_found_exception | `TooManyRequestsException of Types.too_many_requests_exception ]) Stdlib.result