RunNotebookResult interface
Result of run notebook.
Properties
| error | Run notebook error. |
| exit |
Output of exit command. |
| last |
Timestamp of last update. |
| run |
Run id. |
| run |
Status of the run notebook. |
| session |
Run notebook session details. |
| session |
Livy session id. |
| spark |
SparkPool name. |
Property Details
error
exitValue
Output of exit command.
exitValue?: string
Property Value
string
lastCheckedOn
Timestamp of last update.
lastCheckedOn?: string
Property Value
string
runId
Run id.
runId?: string
Property Value
string
runStatus
Status of the run notebook.
runStatus?: string
Property Value
string
sessionDetail
Run notebook session details.
sessionDetail?: any
Property Value
any
sessionId
Livy session id.
sessionId?: string
Property Value
string
sparkPool
SparkPool name.
sparkPool?: string
Property Value
string