You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In remote inference, we reuse the same API workflow in the Register and Deploy APIs. These 2 APIs both only return task_id in the response. Users have to use Get Task API to obtain the results for the Register and Deploy model Results.
This workflow can be improved that 1) register model_id included in the Register_Model API response and 2) Deployment status included in the Deploy_Model API response.
So, after the improvement. The overall workflow will be:
Create a connector.
Register a model. (Get Task not needed anymore)
Deploy the model. (Get Task not needed anymore)
Predict the model.
The text was updated successfully, but these errors were encountered:
Zhangxunmt
changed the title
[Improvement] Register Model API return model_id and Deploy Model API return deployment results
[Enhancement] Register Model API return model_id and Deploy Model API return deployment results
Aug 25, 2023
In remote inference, we reuse the same API workflow in the Register and Deploy APIs. These 2 APIs both only return task_id in the response. Users have to use Get Task API to obtain the results for the Register and Deploy model Results.
This workflow can be improved that 1) register model_id included in the Register_Model API response and 2) Deployment status included in the Deploy_Model API response.
So, after the improvement. The overall workflow will be:
The text was updated successfully, but these errors were encountered: