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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인