Skip to content

Commit 8689c70

Browse files
committed
Document expiry time vs ttl in ref doc
1 parent df794d0 commit 8689c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/session/session_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SessionInfo:
2020
memory (str): The size of the session.
2121
instance_id (Optional[str]): The ID of the AuraDB instance the session is attached to.
2222
status (str): The status of the session.
23-
expiry_date (Optional[datetime]): The date the session expires.
23+
expiry_date (Optional[datetime]): The date the session expires. This is a fixed limit regardless of the user-defined TTL.
2424
created_at (datetime): The date the session was created.
2525
user_id (str): The Aura console user-id of the user who created the session.
2626
cloud_location (Optional[CloudLocation]): The provider and region in which the session is located at.

0 commit comments

Comments
 (0)