Share via


RunNotebookResult Class

Definition

Result of run notebook.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResult+RunNotebookResultConverter))]
public class RunNotebookResult
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookResult+RunNotebookResultConverter))>]
type RunNotebookResult = class
Public Class RunNotebookResult
Inheritance
RunNotebookResult
Attributes

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.

Applies to