xinference.client.Client.get_model_registration#

Client.get_model_registration(model_type: str, model_name: str) Dict[str, Any][源代码]#

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

参数:
  • model_type (str) -- The type of the model.

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

返回:

The collection of registered models on the server.

返回类型:

List[Dict[str, Any]]