Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-jobs
v2
JobEditMode
Variable JobEditMode
Const
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
Readonly
EDITABLE
:
"EDITABLE"
Readonly
UI_LOCKED
:
"UI_LOCKED"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Databricks SDK for JavaScript
Loading...
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.