mlflow_transition_model_version_stage {mlflow} | R Documentation |
Transition ModelVersion Stage
Description
Transition a model version to a different stage.
Usage
mlflow_transition_model_version_stage(
name,
version,
stage,
archive_existing_versions = FALSE,
client = NULL
)
Arguments
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. |
[Package mlflow version 2.19.0 Index]