<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS VIYA REST/Client API to get list of model variables in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638885#M732</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your feedback, that's a very good point!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will go directly to MAS instead (as you recommended).&lt;BR /&gt;Best regards,&lt;BR /&gt;Helmut&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2020 07:53:48 GMT</pubDate>
    <dc:creator>H-elmu-t</dc:creator>
    <dc:date>2020-04-10T07:53:48Z</dc:date>
    <item>
      <title>SAS VIYA REST/Client API to get list of model variables</title>
      <link>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638592#M719</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a way to&amp;nbsp;get the list of input and output variables of a published SAS Viya MAS model in a script.&lt;/P&gt;&lt;P&gt;Is this possible using REST API calls?&lt;BR /&gt;Or is there any other way to retrieve the input and output variables of a published model in SAS script?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Helmut&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 06:06:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638592#M719</guid>
      <dc:creator>H-elmu-t</dc:creator>
      <dc:date>2020-04-09T06:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VIYA REST/Client API to get list of model variables</title>
      <link>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638641#M724</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/321733"&gt;@H-elmu-t&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check this page&amp;nbsp;&lt;A href="https://developer.sas.com/apis/rest/DecisionManagement/#get-model-variables" target="_blank"&gt;https://developer.sas.com/apis/rest/DecisionManagement/#get-model-variables&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 11:35:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638641#M724</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2020-04-09T11:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VIYA REST/Client API to get list of model variables</title>
      <link>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638649#M725</link>
      <description>Thanks a lot!</description>
      <pubDate>Thu, 09 Apr 2020 12:26:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638649#M725</guid>
      <dc:creator>H-elmu-t</dc:creator>
      <dc:date>2020-04-09T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VIYA REST/Client API to get list of model variables</title>
      <link>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638650#M726</link>
      <description>You're welcome!</description>
      <pubDate>Thu, 09 Apr 2020 12:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638650#M726</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2020-04-09T12:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VIYA REST/Client API to get list of model variables</title>
      <link>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638668#M728</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/321733"&gt;@H-elmu-t&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Just an FYI. Additional info from a colleague for MAS implications:&lt;/P&gt;
&lt;P&gt;I don’t believe that MAS retains a reliable link back to the model in MM (I could be wrong), so I don’t think pulling the input/output variable info from MM will work (the version in MM may not match what was published to MAS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’d recommend going directly to MAS:&lt;/P&gt;
&lt;P&gt;Get a list of module steps (DS2 methods you can call). &lt;A href="https://developer.sas.com/apis/rest/DecisionManagement/#get-module-steps" target="_blank"&gt;https://developer.sas.com/apis/rest/DecisionManagement/#get-module-steps&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And then get the info for a specific step (probably SCORE) &lt;A href="https://developer.sas.com/apis/rest/DecisionManagement/#get-a-specific-step-of-the-module" target="_blank"&gt;https://developer.sas.com/apis/rest/DecisionManagement/#get-a-specific-step-of-the-module&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That will tell you the input/output vars.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 13:51:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638668#M728</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2020-04-09T13:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VIYA REST/Client API to get list of model variables</title>
      <link>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638885#M732</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your feedback, that's a very good point!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will go directly to MAS instead (as you recommended).&lt;BR /&gt;Best regards,&lt;BR /&gt;Helmut&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 07:53:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-VIYA-REST-Client-API-to-get-list-of-model-variables/m-p/638885#M732</guid>
      <dc:creator>H-elmu-t</dc:creator>
      <dc:date>2020-04-10T07:53:48Z</dc:date>
    </item>
  </channel>
</rss>

