xinference.client.Client.get_model_registration#

Client.get_model_registration(model_type: str, model_name: str) Dict[str, Any][fuente]#

Get the model with the model type and model name registered on the server.

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

  • model_name (str) – The name of the model.

Devuelve:

The collection of registered models on the server.

Tipo del valor devuelto:

List[Dict[str, Any]]