Skip to main content

include/langfuse_client@metrics_ScoreCountQuery.hrl

-record(score_count_query, {
    view :: langfuse_client@metrics:score_view(),
    from_timestamp :: binary(),
    to_timestamp :: binary(),
    filters :: list(langfuse_client@metrics:filter())
}).