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