Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Aditeeraipurkar1
Contributor
Contributor

Qlik AutoML

How to establish the connection via Qlik Auto ML connector. Could you brief about  API Access URL and Authorization fields?

What should be the right format for it? Does the token needs to be base64 encoded?I am getting below error while connecting.

Aditeeraipurkar1_0-1655403092027.png

 

1 Solution

Accepted Solutions
Kyle_Jourdan
Employee
Employee

The Qlik AutoML Connector is for connecting to a particular analysis (model) API for individual predictions. It is equivalent to using the generic Advanced Analytics Connector, so I'd encourage you to refer to documentation on that for details on the expected parameters and format:

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-ana...

There are also some articles to supplement that specific to the Qlik AutoML Connector:

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-qlik-automl-...

The credentials required for this connector come from choosing "Deploy" in your analysis and clicking the "API Access" button. If you do not see this button, then you are likely in a trial version of Qlik AutoML or a version that does not include real-time API access, so you'll need to contact your Qlik representative to see what options there are to access that with your subscription.

Finally, there is the option to connect to the batch CSV of predictions that can be generated in any tier of Qlik AutoML once you have created a predicted dataset. You can access these credentials by clicking "Settings" on the analysis overview screen on the "Predictions" line and looking for "Automated Prediction Download API Credentials". These credentials are used in the normal REST connector, not the Qlik AutoML Connector. You must remember to format your token as "token [API Key]", replacing [API Key] with your actual key provided.

View solution in original post

3 Replies
Kyle_Jourdan
Employee
Employee

The Qlik AutoML Connector is for connecting to a particular analysis (model) API for individual predictions. It is equivalent to using the generic Advanced Analytics Connector, so I'd encourage you to refer to documentation on that for details on the expected parameters and format:

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-ana...

There are also some articles to supplement that specific to the Qlik AutoML Connector:

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-qlik-automl-...

The credentials required for this connector come from choosing "Deploy" in your analysis and clicking the "API Access" button. If you do not see this button, then you are likely in a trial version of Qlik AutoML or a version that does not include real-time API access, so you'll need to contact your Qlik representative to see what options there are to access that with your subscription.

Finally, there is the option to connect to the batch CSV of predictions that can be generated in any tier of Qlik AutoML once you have created a predicted dataset. You can access these credentials by clicking "Settings" on the analysis overview screen on the "Predictions" line and looking for "Automated Prediction Download API Credentials". These credentials are used in the normal REST connector, not the Qlik AutoML Connector. You must remember to format your token as "token [API Key]", replacing [API Key] with your actual key provided.

dmohanty
Partner - Specialist
Partner - Specialist

@Kyle_Jourdan  - Thank You.

However, I am still struggling to get info how to get the URL and API Token. Can you please help on this?

dmohanty_0-1658176632066.png

 

 

Kyle_Jourdan
Employee
Employee

@Dmoney 

All details related to how to get these pieces of information is referenced in the previous response I posted. As mentioned, if you are not seeing that option, then you do not have the entitlement to access those capabilities, so you'll need to reach out to your Qlik rep to discuss being able to access those.