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