RunNotebookSnapshot interface
Run notebook snapshot.
Properties
| exit |
Output of exit command. |
| honor |
Whether session should run till time to live after run completes. |
| id | Run notebook runId. |
| notebook | Notebook name. |
| notebook |
Notebook resource type. |
| parameters | Run notebook parameters |
| session |
Livy session id. |
| session |
Session properties. |
| spark |
SparkPool name. |
Property Details
exitValue
Output of exit command.
exitValue?: string
Property Value
string
honorSessionTimeToLive
Whether session should run till time to live after run completes.
honorSessionTimeToLive?: boolean
Property Value
boolean
id
Run notebook runId.
id: string
Property Value
string
notebook
Notebook name.
notebook: string
Property Value
string
notebookContent
parameters
Run notebook parameters
parameters?: {[propertyName: string]: RunNotebookParameter}
Property Value
{[propertyName: string]: RunNotebookParameter}
sessionId
Livy session id.
sessionId?: string
Property Value
string
sessionOptions
Session properties.
sessionOptions?: RunNotebookSparkSessionOptions
Property Value
sparkPool
SparkPool name.
sparkPool?: string
Property Value
string