European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Interface LifecycleStatisticsModel

    Full lifecycle model built from a corpus of procedures.

    interface LifecycleStatisticsModel {
        builtAt: number;
        byTypeAndStage: ReadonlyMap<string, StageDwellStatistics>;
        computationTimeMs: number;
        corpusSize: number;
        totalObservations: number;
    }
    Index

    Properties

    builtAt: number

    Timestamp the model was built (epoch ms).

    byTypeAndStage: ReadonlyMap<string, StageDwellStatistics>

    Keyed by ${procedureType}::${stage} — deterministic ordering.

    computationTimeMs: number

    Wall-clock duration of the corpus build, in milliseconds.

    corpusSize: number

    Total number of procedures inspected (after filtering for ≥2 events).

    totalObservations: number

    Total number of dwell observations across all keys.