create_run: Create an MLFlow run

View source: R/runs.R

create_runR Documentation

Create an MLFlow run

Description

Create an MLFlow run

Usage

create_run(
  tags = list(),
  experiment_id = get_active_experiment_id(),
  client = mlflow_client()
)

Arguments

tags

Additional tags to supply for the run

experiment_id

The ID of the experiment to register the run under.

client

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

Value

Metadata on the newly-created run.


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