Member Junction
    Preparing search index...

    RunView-backed IRowCounter. Uses the count_only result type so the full population size lands in TotalRowCount WITHOUT materializing any rows — the efficient way to get a current count for the data-volume / drift triggers.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Count rows of a target entity right now.

      Parameters

      • entityName: string

        the target entity (model's training-unit entity)

      • OptionalextraFilter: string

        optional filter narrowing the population (mirrors the pipeline scope)

      • OptionalcontextUser: UserInfo

        request user — required server-side for isolation/audit

      • Optionalprovider: IMetadataProvider

        optional provider for multi-provider correctness

      Returns Promise<number>