Databricks SDK for JavaScript
    Preparing search index...

    Shows summary information for an evaluation result. For detailed information including SQL execution results, actual/expected responses, and assessment scores, use GenieGetEvalResultDetails.

    interface GenieEvalResult {
        benchmarkAnswer?: string;
        benchmarkQuestionId?: string;
        createdByUser?: bigint;
        question?: string;
        resultId?: string;
        spaceId?: string;
        status?: EvaluationStatusType;
    }
    Index

    Properties

    benchmarkAnswer?: string

    Stored snapshot of original benchmark answer text.

    benchmarkQuestionId?: string

    The ID of the benchmark question that was evaluated.

    createdByUser?: bigint

    User ID who created evaluation result.

    question?: string

    Stored snapshot of original benchmark question text.

    resultId?: string

    Unique identifier for this evaluation result.

    spaceId?: string

    The ID of the space the evaluation result belongs to.

    Current status of this evaluation result.