Run Metaflow Run: Dive into Metaflow Runner API

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • Explore the Metaflow Runner API and learn how to run and manage Metaflow runs programmatically. This video covers the Runner and NBRunner classes. These can be used in both blocking and non-blocking APIs, to start runs, performing argument checks, passing parameters, and retrieving returned values. NBRunner is a wrapper over Runner, allowing you to refer to a flow defined in a notebook cell instead of a file. Watch to understand the various use-cases and functionalities of both the Runner and NBRunner APIs with detailed demos.

Komentáře • 1

  • @rkenne1391
    @rkenne1391 Před 2 měsíci

    It would be helpful to start by explaining why we need a runner