Categories

Versions

Get Experiments (MLFlow)

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)

    Connection to a MLFlow Server

Output

  • exa (Data Table)

    Table with the information on the experiments

  • run (Connection)

    The connection object passed thru

Parameters

  • experiment_name Name of the experiment to get the runs for. Range: configurable

Tutorial Processes