Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieEvalRunResponse

    interface GenieEvalRunResponse {
        createdTimestamp?: bigint;
        evalRunId?: string;
        evalRunStatus?: EvaluationStatusType;
        lastUpdatedTimestamp?: bigint;
        numCorrect?: bigint;
        numDone?: bigint;
        numNeedsReview?: bigint;
        numQuestions?: bigint;
        runByUser?: bigint;
    }
    Index

    Properties

    createdTimestamp?: bigint

    Timestamp when the evaluation run was created (milliseconds since epoch).

    evalRunId?: string

    The unique identifier for the evaluation run.

    evalRunStatus?: EvaluationStatusType

    Current status of the evaluation run.

    lastUpdatedTimestamp?: bigint

    Timestamp when the evaluation run was last updated (milliseconds since epoch).

    numCorrect?: bigint

    Number of questions answered correctly.

    numDone?: bigint

    Number of questions that have been completed.

    numNeedsReview?: bigint

    Number of questions that need manual review.

    numQuestions?: bigint

    Total number of questions in the evaluation run.

    runByUser?: bigint

    User ID who initiated the evaluation run.