Share via


RunNotebookRequest interface

Run notebook request.

Properties

honorSessionTimeToLive

Whether session should run till time to live after run completes.

notebook

Notebook name.

parameters

Run notebook parameters

sessionOptions

Session properties.

sparkPool

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