Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListEvalResultsResponse

    interface GenieListEvalResultsResponse {
        evalResults?: GenieEvalResult[];
        nextPageToken?: string;
    }
    Index

    Properties

    evalResults?: GenieEvalResult[]

    List of evaluation results for the specified run.

    nextPageToken?: string

    The token to use for retrieving the next page of results.