xinference.client.Client.get_launch_model_progress#

Client.get_launch_model_progress(model_uid: str) dict[fuente]#

Get progress of the specific model.

Parámetros:

model_uid (str) – The unique id that identify the model we want.

Devuelve:

result – Result that contains progress.

Tipo del valor devuelto:

dict

Muestra:

RuntimeError – Report failure to get the wanted model with given model_uid. Provide details of failure through error message.