xinference.client.Client.list_model_registrations#

Client.list_model_registrations(model_type: str, detailed: bool = False) List[Dict[str, Any]][código-fonte]#

List models registered on the server.

Parâmetros:
  • model_type (str) – The type of the model.

  • detailed (bool) – Whether to display detailed information.

Retorna:

The collection of registered models on the server.

Tipo de retorno:

List[Dict[str, Any]]

Levanta:

RuntimeError – Report failure to list model registration. Provide details of failure through error message.