View source: R/model-registry.R
mlflow_transition_model_version_stage | R Documentation |
Transition a model version to a different stage.
mlflow_transition_model_version_stage(
name,
version,
stage,
archive_existing_versions = FALSE,
client = NULL
)
name |
Name of the registered model. |
version |
Model version number. |
stage |
Transition 'model_version' to this stage. |
archive_existing_versions |
(Optional) |
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.