Human Task Failed - Sagemaker ground truth labelling jobs

0

I have setup the pdf labelling task in Sagemaker groud truth following this link - https://github.com/aws-samples/amazon-comprehend-semi-structured-documents-annotation-tools

After sometime, the job is failed saying "Complete with labeling errors". I found the below log in cloudwatch logs

{
    "event-name": "HUMAN_TASK_FAILED",
    "event-log-message": "ERROR: Human task failed for line 694.",
    "labeling-job-name": "resume-labeling-job-20221201T182336"
}

Not sure what happened. Does anyone have any way to identify the root cause behind this failure ?

1回答
0
承認された回答

Since I didn't get answer here, I reached out to tech support to seek guidance. It looks like the job duration is elapsed.

"failure-reason": "ClientError: Annotation tasks expired.

Reasons are TaskAvailabilityLifetimeInSeconds parameter is too small.

You can validate this configuration by running the following AWS CLI command from your environment: aws sagemaker describe-labeling-job --labeling-job-name resume-labeling-job-20221212T094103

—References— [1] https://docs.aws.amazon.com/sagemaker//latest/APIReference/API_HumanTaskConfig.html#API_HumanTaskConfig_Contents

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ