Categories

Versions

Get Run (MLFlow)

Synopsis

Get a RunIOObject for a given run id

Description

Runs can be identified by their given run id. This operator returns a RunIOObject for a provided run id.

Input

  • con (Connection)

    Connection to a MLFlow Server

Output

  • exa (Data table)

    Table with the information on the generated run

  • run

    The run as a RunIOObject.

Parameters

  • run id Name of the experiment to get the runs for.

Tutorial Processes