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

preguntada hace un año236 visualizaciones
1 Respuesta
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 hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas