rekognition JobId ResourceNotFoundException

0

Hello,

I used the NodeJS AWS SDK v3 to create Face Detection Jobs on AWS Recognition.
I created a bunch of jobs a week ago.

Now when I try to fetch the faces found in the job, I am getting a JobId ResourceNotFoundException.

What I tried before posting this post :

  • I made sure that the JobId is correct
  • I tried every region of AWS

My feeling is that jobs expire over time. Is this a thing ?
Or are job available for ever ?

I hope some of you had the same problems :)

acube
gefragt vor 3 Jahren289 Aufrufe
1 Antwort
0

Hello,
Amazon Rekognition retains the results for a video analysis operation for 7 days. You will not be able to retrieve the analysis results after this time. Once a job is complete, you can get the output of video analysis using Get* API and store it in a data store such as S3 bucket for later usage. More details on the Get operation can be found here - https://docs.aws.amazon.com/rekognition/latest/dg/api-video.html#api-video-get
Thanks!

AWS
beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen