RunNotebookRequest interface
Run notebook request.
Properties
| honor |
Whether session should run till time to live after run completes. |
| notebook | Notebook name. |
| parameters | Run notebook parameters |
| session |
Session properties. |
| spark |
SparkPool name. |
Property Details
honorSessionTimeToLive
Whether session should run till time to live after run completes.
honorSessionTimeToLive?: boolean
Property Value
boolean
notebook
Notebook name.
notebook?: string
Property Value
string
parameters
Run notebook parameters
parameters?: {[propertyName: string]: RunNotebookParameter}
Property Value
{[propertyName: string]: RunNotebookParameter}
sessionOptions
Session properties.
sessionOptions?: RunNotebookSparkSessionOptions
Property Value
sparkPool
SparkPool name.
sparkPool?: string
Property Value
string