mlflow_transition_model_version_stage: Transition ModelVersion Stage

View source: R/model-registry.R

mlflow_transition_model_version_stageR 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.


mlflow documentation built on June 29, 2024, 1:06 a.m.