xinference.client.Client.list_model_registrations#
- Client.list_model_registrations(model_type: str, detailed: bool = False) List[Dict[str, Any]][소스]#
List models registered on the server.
- 매개변수:
model_type (str) – The type of the model.
detailed (bool) – Whether to display detailed information.
- 반환:
The collection of registered models on the server.
- 반환 형식:
List[Dict[str, Any]]
- 예외 발생:
RuntimeError – Report failure to list model registration. Provide details of failure through error message.