Updates a model version
mlflow_update_model_version(name, version, description, client = NULL)
Name of the registered model.
Model version number.
Description of this model version.
(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.