Change the simulator (and batch-processing-alt1) behavoiur to return a 404 when called for model deployments that have not been configured.
This makes errors more obvious, saving time
Does this introduce a breaking change?
[X] Yes
[ ] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[X] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
How to Test
Deploy and call an API specifying a model deployment name that hasn't been configured.
Purpose
Change the simulator (and batch-processing-alt1) behavoiur to return a 404 when called for model deployments that have not been configured. This makes errors more obvious, saving time
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
Deploy and call an API specifying a model deployment name that hasn't been configured.
What to Check
Verify that you get a 404 response
Other Information