Databricks SDK for JavaScript
    Preparing search index...
    interface JobDeployment {
        deploymentId?: string;
        kind?: JobDeployment_DeploymentKind;
        metadataFilePath?: string;
        versionId?: string;
    }
    Index

    Properties

    deploymentId?: string

    ID of the deployment that manages this job. Only set when kind is BUNDLE. Used to look up deployment metadata from the Deployment Metadata service.

    The kind of deployment that manages the job.

    • BUNDLE: The job is managed by Databricks Asset Bundle.
    • SYSTEM_MANAGED: The job is managed by and is read-only.
    metadataFilePath?: string

    Path of the file that contains deployment metadata.

    versionId?: string

    ID of the version of the deployment that produced this job. Only set when kind is BUNDLE. Identifies a specific snapshot of the deployment in the Deployment Metadata service.