RunNotebookSnapshotResult interface
Run notebook snapshot result.
Properties
| error | Run notebook error. |
| last |
Timestamp of last update. |
| run |
Run id. |
| run |
Status of the run notebook. |
| session |
Livy session id. |
| snapshot | Run notebook snapshot. |
| spark |
SparkPool name. |
Property Details
error
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
sessionId
Livy session id.
sessionId?: string
Property Value
string
snapshot
sparkPool
SparkPool name.
sparkPool?: string
Property Value
string