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]]