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
已提问 2 年前297 查看次数
1 回答
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
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则