Skip to main content

Get Experiments

Synopsis

Get all Experiments on a given MLFlow Server

Description

This operator retrieves all the experiments in a given MLflow Server

The result is a table with the information on a given experiment. The information includes Experiment Name, Experiment ID, Last Update, Creation Time and Life Cylce Stage

Input

con

Connection to a MLFlow Server

Output

exa

Table with the information on the experiments

run

The connection object passed thru

Parameters

Experiment name

Name of the experiment to get the runs for.

See Also