create_run: Create an MLFlow run

Description Usage Arguments

View source: R/runs.R

Description

Create an MLFlow run

Usage

1
create_run(start_time = NULL, tags = NULL, experiment_id = NULL, client)

Arguments

start_time

The start time of the run. Defaults to the current time.

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.


mrkaye97/lightMLFlow documentation built on Dec. 28, 2021, 12:15 a.m.