mlflow_delete_model_version {mlflow}R Documentation

Delete a model version

Description

Delete a model version

Usage

mlflow_delete_model_version(name, version, client = NULL)

Arguments

name

Name of the registered model.

version

Model version number.

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.


[Package mlflow version 2.11.1 Index]