search_experiments: List Experiments

View source: R/experiments.R

search_experimentsR Documentation

List Experiments

Description

Gets a list of all experiments.

Usage

search_experiments(
  max_results = 10000,
  view_type = c("ACTIVE_ONLY", "DELETED_ONLY", "ALL"),
  client = mlflow_client()
)

list_experiments(
  view_type = c("ACTIVE_ONLY", "DELETED_ONLY", "ALL"),
  client = mlflow_client()
)

Arguments

max_results

Maximum number of experiments to retrieve.

view_type

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

client

An MLFlow client. If not provided, the client is sourced from the MLFLOW_TRACKING_URI environment variable.

Value

A data.frame of experiments, with columns experiment_id, name, artifact_location, lifecycle_stage, and tags


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