Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListEvalRunsRequest

    interface GenieListEvalRunsRequest {
        pageSize?: number;
        pageToken?: string;
        spaceId?: string;
    }
    Index

    Properties

    pageSize?: number

    Maximum number of evaluation runs to return per page

    pageToken?: string

    Token to get the next page of results

    spaceId?: string

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