personalize import fail logs

0

Hello

I have AWS import job (interactions) keep fails and I am not able to find the logs so I realize the reason any idea how I access the logs?

  • oh my bad I got the reason from the import details page in User Class: com.amazonaws.concierge.exceptions.InvalidFormatException : Dataset has fewer than 1000 interactions

已提問 1 年前檢視次數 236 次
1 個回答
0

Hi! can you try with https://awscli.amazonaws.com/v2/documentation/api/latest/reference/personalize/describe-dataset-import-job.html ?

aws personalize describe-dataset-import-job --dataset-import-job-arn DATASET-IMPORT-JOB-ARN

This need to be executed in cli (either local machine with aws credentials to run describe dataset import job, or cloudshell)

That would give you a reason. failureReason -> (string)

If a dataset import job fails, provides the reason why.

AWS
Kike
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南