nexus-agents - v2.80.0
    Preparing search index...

    Interface DashboardFilter

    Dashboard filter options.

    interface DashboardFilter {
        period?: TimePeriod;
        models?: readonly string[];
        taskTypes?: readonly string[];
        minSampleSize?: number;
    }
    Index

    Properties

    period?: TimePeriod

    Time period

    models?: readonly string[]

    Filter to specific models

    taskTypes?: readonly string[]

    Filter to specific task types

    minSampleSize?: number

    Minimum sample size for inclusion