SLA for Comprehend Async (StartEntitiesDetectionJob)?

0

Is there a service level for AWS Comprehend's async entities detection job? https://docs.aws.amazon.com/comprehend/latest/dg/API_StartEntitiesDetectionJob.html

E.g. "for 100 documents of 5kB each, it will maximally take 10 mins to complete". "for 1M documents of 5kB each, it will maximally take 1hr to complete", etc.

I'm leaning towards using async entities detection job, but am worried about how soon I can get my results. This would determine the batch size I use for each job.

Alternatively, I would have to do a workaround/hack by breaking my documents down and using the BatchDetectEntities API instead.. Would like to avoid this if possible. https://docs.aws.amazon.com/comprehend/latest/dg/API_BatchDetectEntities.html

shern
asked 2 years ago288 views
1 Answer
0

I would recommend testing out with your files to determine the optimal batch size.

There are several factors involved to derive the time, for example - encryption of input and output files, exact size of the file, number of entities to match, etc.

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions