MLflow Data Model
MLflow's data model provides a structured approach to developing and managing GenAI applications by organizing how you log, debug, and evaluate them to achieve quality, cost, and latency goals. This structured approach addresses key challenges in reproducibility, quality assessment, and iterative development.
Overviewโ
The MLflow data model consists of several interconnected entities that work together to support your GenAI application development workflow:
๐งช Experiment - The root container for your GenAI application
๐ค LoggedModel - A first-class entity representing your AI model or agent with integrated tracking
๐ Trace - A log of inputs, outputs, and intermediate steps from a single application execution