Values_2.StartSessionResponseSourceInitiates a remote connection session between a local integrated development environments (IDEs) and a remote SageMaker space.
type nonrec t = {sessionId : SessionId.t option;A unique identifier for the established remote connection session.
*)streamUrl : StreamUrl.t option;A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.
*)tokenValue : TokenValue.t option;An encrypted token value containing session and caller information.
*)}type nonrec error = [ | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]