restore_experiment: Restore Experiment

View source: R/experiments.R

restore_experimentR Documentation

Restore Experiment

Description

Restores an experiment marked for deletion. This also restores associated metadata, runs, metrics, and params. If experiment uses FileStore, underlying artifacts associated with experiment are also restored.

Usage

restore_experiment(experiment_id, client = mlflow_client())

Arguments

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.

Details

Throws RESOURCE_DOES_NOT_EXIST if the experiment was never created or was permanently deleted.

Value

No return value. Called for side effects.


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