In SAS Model Manager, a data scientist wants to publish a model to a SAS Micro Analytic Service (MAS) destination for real-time scoring. Which statement best describes MAS?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because SAS Micro Analytic Service (MAS) is a high-performance, low-latency REST API service that executes DS2 programs in memory for real-time, single-record or micro-batch scoring. It is designed for operational deployment where sub-millisecond latency is required.
Full explanation below image
Full Explanation
B is correct because SAS Micro Analytic Service (MAS) is a high-performance, low-latency REST API service that executes DS2 programs in memory for real-time, single-record or micro-batch scoring. It is designed for operational deployment where sub-millisecond latency is required. A is wrong because MAS is a real-time service, not a batch processor. C is wrong because MAS executes score code, not data preparation. D is wrong because MAS is a scoring execution environment, not a dashboard UI.