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

    Properties

    deploymentId?: string

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

    The deployment method that manages the pipeline.

    metadataFilePath?: string

    The path to the file containing metadata about the deployment.

    versionId?: string

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