Share via


RunNotebookResult interface

Result of run notebook.

Properties

error

Run notebook error.

exitValue

Output of exit command.

lastCheckedOn

Timestamp of last update.

runId

Run id.

runStatus

Status of the run notebook.

sessionDetail

Run notebook session details.

sessionId

Livy session id.

sparkPool

SparkPool name.

Property Details

error

Run notebook error.

error?: RunNotebookError

Property Value

exitValue

Output of exit command.

exitValue?: string

Property Value

string

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

sessionDetail

Run notebook session details.

sessionDetail?: any

Property Value

any

sessionId

Livy session id.

sessionId?: string

Property Value

string

sparkPool

SparkPool name.

sparkPool?: string

Property Value

string