Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
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
Hi
I found the issue. I have a date parameter. The date must be provided in Numeric format to the AutoML model
Regards
Paolo
Hi
I found the issue. I have a date parameter. The date must be provided in Numeric format to the AutoML model
Regards
Paolo