Share via


RunNotebookSnapshotResult interface

Run notebook snapshot result.

Properties

error

Run notebook error.

lastCheckedOn

Timestamp of last update.

runId

Run id.

runStatus

Status of the run notebook.

sessionId

Livy session id.

snapshot

Run notebook snapshot.

sparkPool

SparkPool name.

Property Details

error

Run notebook error.

error?: RunNotebookError

Property Value

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

sessionId

Livy session id.

sessionId?: string

Property Value

string

snapshot

Run notebook snapshot.

snapshot: RunNotebookSnapshot

Property Value

sparkPool

SparkPool name.

sparkPool?: string

Property Value

string