mlflow_delete_registered_model: Delete registered model

View source: R/model-registry.R

mlflow_delete_registered_modelR Documentation

Delete registered model

Description

Deletes an existing registered model by name

Usage

mlflow_delete_registered_model(name, client = NULL)

Arguments

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.


mlflow documentation built on Nov. 23, 2023, 9:13 a.m.