Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieGetEvalResultDetailsRequest

    interface GenieGetEvalResultDetailsRequest {
        evalRunId?: string;
        resultId?: string;
        spaceId?: string;
    }
    Index

    Properties

    evalRunId?: string

    The unique identifier for the evaluation run.

    resultId?: string

    The unique identifier for the evaluation result.

    spaceId?: string

    The ID associated with the Genie space where the evaluation run is located.