Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListEvalResultsRequest

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

    Properties

    evalRunId?: string

    The unique identifier for the evaluation run.

    pageSize?: number

    Maximum number of eval results to return per page.

    pageToken?: string

    Opaque token to retrieve the next page of results.

    spaceId?: string

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