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
preguntada hace 2 años297 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas