list_experiments: List Experiments

Description Usage Arguments

View source: R/experiments.R

Description

Gets a list of all experiments.

Usage

1
2
3
4
list_experiments(
  view_type = c("ACTIVE_ONLY", "DELETED_ONLY", "ALL"),
  client = NULL
)

Arguments

view_type

Qualifier for type of experiments to be returned. Defaults to ACTIVE_ONLY.

client

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


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