Databricks SDK for JavaScript
    Preparing search index...

    The status of the library on a specific cluster.

    interface LibraryFullStatus {
        isLibraryForAllClusters?: boolean;
        library?: Library;
        messages?: string[];
        status?: LibraryInstallStatus;
    }
    Index

    Properties

    isLibraryForAllClusters?: boolean

    Whether the library was set to be installed on all clusters via the libraries UI.

    library?: Library

    Unique identifier for the library.

    messages?: string[]

    All the info and warning messages that have occurred so far for this library.

    Status of installing the library on the cluster.