{"name": string,"uuid": string,"createTime": string,"runtimeInfo": {object (RuntimeInfo)},"state": enum (State),"stateMessage": string,"stateTime": string,"creator": string,"labels": {string: string,...},"runtimeConfig": {object (RuntimeConfig)},"environmentConfig": {object (EnvironmentConfig)},"user": string,"stateHistory": [{object (SessionStateHistory)}],"sessionTemplate": string,// Union field session_config can be only one of the following:"jupyterSession": {object (JupyterConfig)},"sparkConnectSession": {object (SparkConnectConfig)}// End of list of possible types for union field session_config.}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-04。"],[[["\u003cp\u003eThis document describes the "Session" resource, which represents an interactive session with details such as its name, UUID, creation time, and current state.\u003c/p\u003e\n"],["\u003cp\u003eThe "Session" resource includes various fields like \u003ccode\u003eruntimeInfo\u003c/code\u003e, \u003ccode\u003estate\u003c/code\u003e, \u003ccode\u003elabels\u003c/code\u003e, \u003ccode\u003eruntimeConfig\u003c/code\u003e, and \u003ccode\u003eenvironmentConfig\u003c/code\u003e, which provide comprehensive information about the session's execution and configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe "State" enum defines the possible states of a session, including \u003ccode\u003eCREATING\u003c/code\u003e, \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eTERMINATING\u003c/code\u003e, \u003ccode\u003eTERMINATED\u003c/code\u003e, and \u003ccode\u003eFAILED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e"SessionStateHistory" provides a record of the session's state changes, including the state, a message describing the state, and the time when the session entered that state.\u003c/p\u003e\n"],["\u003cp\u003eSeveral methods are available for managing interactive sessions, including \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003eterminate\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.locations.sessions\n\n- [Resource: Session](#Session)\n - [JSON representation](#Session.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [SessionStateHistory](#SessionStateHistory)\n - [JSON representation](#SessionStateHistory.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Session\n-----------------\n\nA representation of a session.\n\nState\n-----\n\nThe session state.\n\nSessionStateHistory\n-------------------\n\nHistorical state information."]]