Add sage test command
Opened this issue · 0 comments
AndreiXYZ commented
Add a sage test
commands which tests an endpoint locally. This is to ensure faster iteration.
The intended functionality is to deploy an endpoint locally, run through the:
input_fn
model_fn
predict_fn
output_fn
in order, and test that we get the desired result.
Once done, the endpoint should be shut down automatically.