Creating an Advanced Analytics connection
Advanced Analytics connections are created in Data load editor and Script.
Once you have created a connection you can select data from the available tables to send to the model for machine learning problems and tasks, and then load the results into your app. The connection can not only be used in your data load script, but also in chart expressions to call deployed model endpoints and enable interactive charts using machine learning insights.
You must know the settings and access credentials to the service that you want to connect to.
Configurable settings
The following settings can be configured in the connection dialog:
Field | Description |
---|---|
URL |
Host URL to the platform where the model is deployed. |
Method |
HTTP method to use in the API endpoint requests to the model.
|
Content Type |
HTTP request header Content-Type. For example “application/json”. |
HTTP Headers |
HTTP headers fields, such as Name and Value, to send in every API endpoint requests to the model. |
Query Parameters |
Query parameters, such as Name and Value, that will be attached to the end of the URL. |
Authorization Method |
The authorization method to be set in the HTTP Authorization request header in order to authenticate the user. Supported authorization methods:
|
Request |
|
Response Fields |
|
Response Table |
|
Association |
|
Name | The name of the connection. The default name will be used if you do not enter a name. |
Creating a new connection
Do the following:
-
Access the connector through Data load editor or Script.
-
Click Create new connection.
-
Under Space, select the space where the connection will be located.
-
Select Advanced Analytics from the list of data connectors.
-
Fill out the connection dialog fields.
-
Click Create.
Your connection is now listed under Data connections in the Data load editor.