Lightning has a nice feature i.e. every time it runs, it creates a sub-dir in ./lightning_logs, and nams them like version_0, version_1, version_2…
I want to utilize these strings to identify my prediction result sets when saving them into DB, but I don’t know How to get these version string( Not the release version of Lightning ) of Lightning runnings?