BookmarkSubscribeRSS Feed

How to execute a SAS analytical model published to MAS with Python Code

Started ‎12-12-2018 by
Modified ‎03-28-2019 by
Views 5,163

This article is a 2nd follow up on a question from an article I published a few weeks ago and where I discussed how to deploy a SAS analytical model to MAS and execute it through REST API calls.  Question came how to execute same scoring model through Python code. 

Independent form where you make a SAS Viya API call, you need to obtain an access token:

 

1.png

 

As we know the name of our model we can find name, id… of the publsihed MAS model.  With the found model ID I can retrieve input and output variables.

 

2.png

4.png3.png

 

With that you have the necessary information to run the scoring step:

 

5.png

 

 

Version history
Last update:
‎03-28-2019 02:18 PM
Updated by:
Contributors

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

Free course: Data Literacy Essentials

Data Literacy is for all, even absolute beginners. Jump on board with this free e-learning  and boost your career prospects.

Get Started

Article Tags