To appreciate something we need to why, how, what about the Tool.
- Monitoring of Model
- Training /Serving - Differences in transformation, handling missing data
- Frequency to refresh the model
- Domain-Specific Language
- Instantiate Components
- Define Dependency between components
- Compile and Deploy Pipeline
- The description on ML Workflow
- Runs on Container
- Execution vs Runtime decoupled
- Components - one step of workflow
- Component - Packaged as Docker image
- Pod for Each Step
- Pipeline SDK
- Artifacts that are generated by the pipeline steps (e.g., the trained model).
- Metadata about the executions (e.g., the step itself).
- Metadata about the context (e.g., the whole pipeline).

