delete_experiment: Delete Experiment

View source: R/experiments.R

delete_experimentR Documentation

Delete Experiment

Description

Marks an experiment and associated runs, params, metrics, etc. for deletion. If the experiment uses FileStore, artifacts associated with experiment are also deleted.

Usage

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

Value

No return value. Called for side effects.


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