transition_model_version_stage | R Documentation |
Transition a model version to a different stage.
transition_model_version_stage(
name,
version,
stage,
archive_existing_versions = FALSE,
client = mlflow_client()
)
name |
Name of the registered model. |
version |
Model version number. |
stage |
Transition |
archive_existing_versions |
(Optional) |
client |
An MLFlow client. Will be auto-generated if omitted. |
A list of metadata on the model version.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.