Databricks SDK for JavaScript
    Preparing search index...
    interface CleanRoomNotebookReview {
        comment?: string;
        createdAtMillis?: bigint;
        reviewerCollaboratorAlias?: string;
        reviewState?: CleanRoomNotebookReview_NotebookReviewState;
        reviewSubReason?: CleanRoomNotebookReview_NotebookReviewSubReason;
    }
    Index

    Properties

    comment?: string

    Review comment

    createdAtMillis?: bigint

    When the review was submitted, in epoch milliseconds

    reviewerCollaboratorAlias?: string

    Collaborator alias of the reviewer

    Review outcome

    Specified when the review was not explicitly made by a user