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. Range: configurable

Tutorial Processes