Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieCreateEvalRunRequest

    interface GenieCreateEvalRunRequest {
        benchmarkQuestionIds?: string[];
        spaceId?: string;
    }
    Index

    Properties

    benchmarkQuestionIds?: string[]

    List of benchmark question IDs to evaluate. These questions must exist in the specified Genie space. If none are specified, then all benchmark questions are evaluated.

    spaceId?: string

    The ID associated with the Genie space where the evaluations will be executed.