Using Azure ML connections in visualization expressions
You can use the analytic connections in visualization expressions. The syntax when using the analytic connections in expressions must follow the server side extensions syntax.
Data should be processed in a visualization expression only when it will dynamically change based on the input from a user. If the text for text analysis is from the data model and will always be the same, the text analysis should instead be calculated in the load script and cached in the data model.
If the use case is based on user input, you can use an analytic connection and corresponding server side extension syntax in your chart expression to create interactive charts that visualize data received from the model endpoints.
Do the following:
-
When editing a visualization, click to enter the expression editor.
-
In the expression editor, enter an expression in the expression field. The expression must be constructed using the server side extension syntax.
Working with the expression editor
Example
Here is an example of a call made to an external model that does banking customer churn prediction: