xinference.client.Client.get_model_registration#
- Client.get_model_registration(model_type: str, model_name: str) Dict[str, Any] [source]#
Get the model with the model type and model name registered on the server.
- Parameters:
model_type (str) – The type of the model.
model_name (str) – The name of the model.
- Returns:
The collection of registered models on the server.
- Return type:
List[Dict[str, Any]]