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

feita há um ano236 visualizações
1 Resposta
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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas