Databricks SDK for JavaScript
    Preparing search index...

    Interface AppDeploymentStatus

    interface AppDeploymentStatus {
        message?: string;
        state?: AppDeployment_State;
    }
    Index

    Properties

    Properties

    message?: string

    Message corresponding with the deployment state.

    State of the deployment.