Runtime info returned with a notebook listing.

interface NotebookResourceEntityRuntime {
    environment?: string;
    spark_monitoring_enabled?: boolean;
}

Properties

environment?: string

UUID of the environment of the notebook.

spark_monitoring_enabled?: boolean

If Spark monitoring is enabled.