Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
March 26 The latest predictive AI features in Qlik AutoML® are revolutionizing business analytics: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
paolo_cordini
Partner - Creator
Partner - Creator

How to debug a ScriptEvalEx to an AutoML endpoint?

Hi

I'm trying to use ScriptEvalEx in a Sense app to get a realtime prediction from an AutoML model, with no result. The syntax is 

endpoints.ScriptEvalEx('SSSSS','{"RequestType":"endpoint", "endpoint":{"connectionname":"My Connection Name","column":"MyTarget"}}',Field1,Field2,Field3,Field4,Field5)

But I get this error:

paolo_cordini_0-1741007313872.png

 

I guess the problem is in the parameters, but the same call, with ScriptEval, from the load script is working as expected.

Does anyone know a way to debug the realtime call?

I tried with an Automation, using the "Generate Realtime Prediction Result" block. In this case, I get "Internal Server Error"

Thanks 

Regards
Paolo 

 

Labels (1)
1 Solution

Accepted Solutions
paolo_cordini
Partner - Creator
Partner - Creator
Author

Hi

I found the issue. I have a date parameter. The date must be provided in Numeric format to the AutoML model

Regards

Paolo

View solution in original post

1 Reply
paolo_cordini
Partner - Creator
Partner - Creator
Author

Hi

I found the issue. I have a date parameter. The date must be provided in Numeric format to the AutoML model

Regards

Paolo