Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListEvalRunsResponse

    interface GenieListEvalRunsResponse {
        evalRuns?: GenieEvalRunResponse[];
        nextPageToken?: string;
    }
    Index

    Properties

    List of evaluation runs for a space on provided page token and page size

    nextPageToken?: string

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