Thanks for the quick response. A simple example would be, say, deploying a predictive model that uses zip code as an input, but along with that it requires various demographic information that we can retrieve using the zip code. So for example, we want to look up the demographic inputs given the zip code input... all as part of the scoring process. One easy solution is to tell the calling system to do the lookup in advance, and thus provide both zip and demographic information up front, but unfortunately we are not in a position to make those demands at this time.
... View more