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.

Tutorial Processes