xinference.client.Client.get_launch_model_progress#
- Client.get_launch_model_progress(model_uid: str) dict[源代码]#
Get progress of the specific model.
- 参数:
model_uid (str) -- The unique id that identify the model we want.
- 返回:
result -- Result that contains progress.
- 返回类型:
dict
- 抛出:
RuntimeError -- Report failure to get the wanted model with given model_uid. Provide details of failure through error message.