Notifications
This describes the notification system in the platform

Tensorleap shows a notification group for any Process that is manually or automatically intiated in the platform. All notifications that are related to the same process, would be grouped within the same notification group. Clicking on a notification group temporarily seperate the group so individual messages on the notifications could be read. The outer-most notification in a notification group is the most recent one.
The Tensorleap notification are color coded to indicate the following:
Gray - Process is pending and has not started yet
Blue - Process has started
Orange - There is a warning emitted from the process that does not force the process to terminate
Green - Process completed succesfully
Red - There was an error in the process and it was terminated.
Thus, a valid process starts with a gray/blue notification and ends with a green notification.
Several Processes Failures result in the error being explicitly stated inside the notification body, so it is highly advised to look at the notifications in failing cases. Other processes, such as the dataset parse, need to present a larger error (such as a stacktrace) and thus their errors could be viewed in specialized places. For the case of dataset parse it is the console for UI uploaded datasets and the console if the CLI was used.
Last updated
Was this helpful?