Databricks SDK for JavaScript
    Preparing search index...

    Variable JobEditModeConst

    JobEditMode: { EDITABLE: "EDITABLE"; UI_LOCKED: "UI_LOCKED" } = ...

    Edit mode of the job.

    • UI_LOCKED: The job is in a locked UI state and cannot be modified.
    • EDITABLE: The job is in an editable state and can be modified.

    Type Declaration

    • ReadonlyEDITABLE: "EDITABLE"
    • ReadonlyUI_LOCKED: "UI_LOCKED"