Databricks SDK for JavaScript
    Preparing search index...

    Interface CleanRoomAsset_JarAnalysis

    interface CleanRoomAsset_JarAnalysis {
        centralJarFilePaths?: string[];
        description?: string;
        environmentVersion?: string;
        etag?: string;
        mainClassName?: string;
        reviews?: CleanRoomJarAnalysisReview[];
        reviewState?: CleanRoomJarAnalysisReview_JarAnalysisReviewState;
        runnerCollaboratorAliases?: string[];
    }
    Index

    Properties

    centralJarFilePaths?: string[]

    The full paths in central to the jar files that are added to the library during execution (e.g. /Volumes/creator/schema/volume/folder/my_jar_file.jar) Only returned for the owner collaborator.

    description?: string

    Optional description of the jar analysis shown to all collaborators.

    environmentVersion?: string

    The serverless environment version used to execute the JAR analysis (e.g. "4"). Defaults to "4-scala-preview" if not specified.

    etag?: string

    Server generated etag that represents the jar analysis version.

    mainClassName?: string

    The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library The code must use SparkContext.getOrCreate to obtain a Spark context; otherwise, runs of the job fail

    All existing approvals or rejections.

    Top-level status derived from all reviews.

    runnerCollaboratorAliases?: string[]

    Collaborators that can run the jar.