Skip to content

trulens.dashboard.pages.Records

trulens.dashboard.pages.Records

Functions

_render_record_metrics

_render_record_metrics(
    records_df: DataFrame, selected_row: Series
) -> None

Render record level metrics (e.g. total tokens, cost, latency) compared to the average when appropriate.

render_records

render_records(app_name: str)

Renders the records page.

PARAMETER DESCRIPTION
app_name

The name of the app to render records for.

TYPE: str