View source: R/model-registry.R
mlflow_delete_registered_model | R Documentation |
Deletes an existing registered model by name
mlflow_delete_registered_model(name, client = NULL)
name |
The name of the model to delete |
client |
(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.