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
asked 3 years ago303 views
1 Answer
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
answered 3 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