post https://app.modzy.com/api/models//versions//load-process
This endpoint loads a model container image for a model in partial
status. It spins up the model container image and calls its /status
route.
The call is first tested through the gRPC protocol and then through the HTTP protocol.
Only the model creator can call this route.
Steps 1, 2, 3, and 4 of the Model Deployment are required to run this route.
In case of exception, a
technicalInformation
field is returned with troubleshooting details.
Roles
Data Scientists can access this route.