rename_experiment: Rename Experiment

View source: R/experiments.R

rename_experimentR Documentation

Rename Experiment

Description

Renames an experiment.

Usage

rename_experiment(
  new_name,
  experiment_id = get_active_experiment_id(),
  client = mlflow_client()
)

Arguments

new_name

The experiment's name will be changed to this. The new name must be unique.

experiment_id

ID of the associated experiment. This field is required.

client

An MLFlow client. If not provided, the client is sourced from the MLFLOW_TRACKING_URI environment variable.

Value

No return value. Called for side effects.


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.