Aliases
Aliases vs. Direct datum:// Links
Use Alias When:
├─ Reference should update over time
├─ Multiple people need same reference
├─ Managing production/staging versions
└─ "Latest" or "current" semantics needed
Use Direct datum:// Link When:
├─ Need exact reproducibility
├─ Auditing specific file version
├─ Archiving experiment results
└─ Immutable reference requiredHow to Add Aliases
During Execution
Combine with Tags and Properties
Use Aliases as Inputs
In valohai.yaml
In Web Application

Change Tracking and History
Common Use Cases
Production Model References
Environment-Specific Datasets
Rolling Datasets
A/B Testing
Canary Deployments
Managing Aliases
Via Web Application
Via Code
Best Practices
Use Descriptive Names
Version Your Aliases
Document Alias Updates
Related Pages
Next Steps
Last updated
Was this helpful?
