@runloop/api-client - v1.4.0
    Preparing search index...

    Interface BenchmarkJobListView

    interface BenchmarkJobListView {
        has_more: boolean;
        jobs: Runloop.BenchmarkJobView[];
        remaining_count: number;
        total_count: number;
    }
    Index

    Properties

    has_more: boolean

    List of BenchmarkJobs matching filter.

    remaining_count: number
    total_count: number