Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Venkadesh_Ponnu
Partner - Contributor III
Partner - Contributor III

How to send data and retrieve data from Qlik ML model through Advanced Analytics Connector

How to send data and retrieve data from Qlik ML model through Advanced Analytics Connector??

I am trying to send the data to Qlik ML model which is been created using Qlik ML experiment. I want to predict and use the data in Qlik analytics app.

Could anyone please help me on this?

Script in data load editor:

Temp1:
LOAD
Customer_ID,
Customer,
Gender,
Location,
Target
FROM [lib://Qlik Active Intelligence Challenge:DataFiles/Iteration_4_Simple_Training.csv]
(txt, codepage is 28591, embedded labels, delimiter is ',', msq);
NoConcatenate
Res_Table:
Load *
Resident Temp1;
Drop table Temp1;
[Return_Table]:
LOAD * EXTENSION endpoints.ScriptEval('{"RequestType":"endpoint", "endpoint":{"connectionname":"Qlik Automation:Advanced_Analytics"}}', Res_Table);

URL: https://tenant.com/api/v1/automl-deployments/XYZ/realtime-predictions
Method: Post
Content Type: application/json
Authentication method: Bearer Token
Token Scheme: Bearer
Bearer: ABC
Time stamp: yyyy-MM-dd HH:mm:ss
Name of the return table: Return_Table
Table path: [*]

Error received while loading data:

Venkadesh_Ponnu_0-1663240863201.png

Qlik AutoML @NadiaB @Chokiha 

Labels (4)
0 Replies