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

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

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

回答问题的准则