Databricks SDK for JavaScript
    Preparing search index...
    interface CleanRoomAsset_Notebook {
        description?: string;
        environmentVersion?: string;
        etag?: string;
        notebookContent?: string;
        reviews?: CleanRoomNotebookReview[];
        reviewState?: CleanRoomNotebookReview_NotebookReviewState;
        runnerCollaboratorAliases?: string[];
    }
    Index

    Properties

    description?: string

    Optional description of the notebook shown to all collaborators.

    environmentVersion?: string

    The serverless environment version used to execute the notebook (e.g. "4"). Defaults to "2" if not specified.

    etag?: string

    Server generated etag that represents the notebook version.

    notebookContent?: string

    Base 64 representation of the notebook contents. This is the same format as returned by workspace/export with the format of HTML.

    All existing approvals or rejections

    Top-level status derived from all reviews

    runnerCollaboratorAliases?: string[]

    Aliases of collaborators that can run the notebook.