Values.SessionSummarySourceContains summary information about a session.
type nonrec t = {sessionId : SessionId.t option;The session ID.
*)description : DescriptionString.t option;The session description.
*)engineVersion : EngineVersion.t option;The engine version used by the session (for example, PySpark engine version 3).
*)notebookVersion : NameString.t option;The notebook version.
*)status : SessionStatus.t option;Contains information about the session status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SessionId.t
| `Structure of
(string
* [> `Enum of string
| `String of NameString.t
| `Timestamp of Date.t ])
list ])
list ]