delete_run: Delete a Run

View source: R/runs.R

delete_runR Documentation

Delete a Run

Description

Deletes the run with the specified ID.

Usage

delete_run(run_id = get_active_run_id(), client = mlflow_client())

Arguments

run_id

A run uuid. Automatically inferred if a run is currently active.

client

An MLFlow client. Defaults to NULL and will be auto-generated.

Value

No return value. Called for side effects.


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