We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df794d0 commit 8689c70Copy full SHA for 8689c70
graphdatascience/session/session_info.py
@@ -20,7 +20,7 @@ class SessionInfo:
20
memory (str): The size of the session.
21
instance_id (Optional[str]): The ID of the AuraDB instance the session is attached to.
22
status (str): The status of the session.
23
- expiry_date (Optional[datetime]): The date the session expires.
+ expiry_date (Optional[datetime]): The date the session expires. This is a fixed limit regardless of the user-defined TTL.
24
created_at (datetime): The date the session was created.
25
user_id (str): The Aura console user-id of the user who created the session.
26
cloud_location (Optional[CloudLocation]): The provider and region in which the session is located at.
0 commit comments