You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphdatascience/session/session_info.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ class SessionInfo:
24
24
created_at (datetime): The date the session was created.
25
25
user_id (str): The Aura console user-id of the user who created the session.
26
26
cloud_location (Optional[CloudLocation]): The provider and region in which the session is located at.
27
-
ttl (Optional[timedelta]): The time until the session is deleted if unused. The TTL gets renewed on every activity.
27
+
ttl (Optional[timedelta]): The time until the session is deleted if unused. The TTL gets renewed on every activity. Rounded down to the nearest minute.
28
28
errors (list[SessionError]): The list of errors related to the session.
0 commit comments