xinference.client.Client.unregister_model# Client.unregister_model(model_type: str, model_name: str)[소스]# Unregister a custom model. 매개변수: model_type (str) – The type of model. model_name (str) – The name of the model 예외 발생: RuntimeError – Report failure to unregister the custom model. Provide details of failure through error message.