Values.GetSessionResponseSourceGets the full details of a previously created session, including the session status and configuration.
type nonrec t = {sessionId : SessionId.t option;The session ID.
*)description : DescriptionString.t option;The session description.
*)workGroup : WorkGroupName.t option;The workgroup to which the session belongs.
*)engineVersion : NameString.t option;The engine version used by the session (for example, PySpark engine version 3). You can get a list of engine versions by calling ListEngineVersions.
*)engineConfiguration : EngineConfiguration.t option;Contains engine configuration information like DPU usage.
*)notebookVersion : NameString.t option;The notebook version.
*)monitoringConfiguration : MonitoringConfiguration.t option;sessionConfiguration : SessionConfiguration.t option;Contains the workgroup configuration information used by the session.
*)status : SessionStatus.t option;Contains information about the status of the session.
*)statistics : SessionStatistics.t option;Contains the DPU execution time.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of SessionId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of CoordinatorDpuSize.t
| `List of
[> `Structure of
(string
* [> `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of NameString.t ])
list ]
list
| `Long of Long.t
| `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of RoleArn.t
| `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Enum of string
| `Map of
([> `String of LogTypeKey.t ]
* [> `List of [> `String of LogTypeValue.t ] list ])
list
| `String of LogGroupName.t ])
list
| `Timestamp of Date.t ])
list ])
list ]