Share via


RunNotebookSnapshot interface

Run notebook snapshot.

Properties

exitValue

Output of exit command.

honorSessionTimeToLive

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

id

Run notebook runId.

notebook

Notebook name.

notebookContent

Notebook resource type.

parameters

Run notebook parameters

sessionId

Livy session id.

sessionOptions

Session properties.

sparkPool

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

Notebook resource type.

notebookContent?: NotebookResource

Property Value

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