Logging Files
Usepluto.File() with run.log() to save a file to your experiment:
Viewing Files
Files logged during an experiment can be viewed in the web UI. Navigate to your experiment, click theSummary tab, and visit the Files section.

Plain text files will only render in dropdown if they are saved with a supported filename extension (i.e. .txt, .yaml, .py, etc.). For files that don’t follow this convention, the file won’t be viewable via the webUI but will still be downloadable.
Use Cases
Common use cases for file logging include:- Configuration files: Track the exact configuration used for each run
- Output data: Save predictions, embeddings, or other generated data
- Logs and reports: Save text logs or generated reports