Metaflow API reference
These pages document the public API of Metaflow.
Notably, all APIs documented here are subject to Metaflow's backward compatibility promise: You may use these APIs knowing that they are very stable and highly unlikely to change across Metaflow versions. Rest assured that all APIs featured anywhere in Metaflow docs are covered here.
Decorators
Use these to construct flows.
- Flow decorators - define top-level behavior.
- Step decorators - define step-level behavior.
Other APIs
Use these to construct flows, access data, and manipulate results.