FAI_EVAL_METRICS_AGGR

This table contains metrics aggregations from evaluation runs.

Details

  • Schema: FUSION

  • Object owner: FAI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FAI_EVAL_METRICS_AGGR_PK

AGGR_ID

Columns

Name Datatype Length Precision Not-null Comments
AGGR_ID NUMBER 18 Yes Autogenerated number and primary key for this table.
RESPONSE_TIME_P99 NUMBER 18 The 99th percentile of the response time for the given metric level.
RESPONSE_TIME_P50 NUMBER 18 The 50th percentile of the response time for the given metric level.
MEDIAN_CORRECTNESS NUMBER 18 The median correctness for the given metric level.
ERROR_RATE NUMBER 18 The error rate for the given metric level.
ERROR_COUNT NUMBER 18 The error count for the given metric level.
INPUT_TOKENS_COUNT NUMBER 18 The total count of Input tokens for the given metric level.
OUTPUT_TOKENS_COUNT NUMBER 18 The total count of output tokens for the given metric level.
JOBS_COUNT NUMBER 18 The number of jobs for the given metric level.
SESSIONS_COUNT NUMBER 18 The number of sessions for the given metric level.
METRIC_LEVEL VARCHAR2 100 Yes The metric level such as SESSION, WORKFLOW, SYSTEM.
TARGET_OBJECT_CODE VARCHAR2 800 The code of the target object that aggregation metrics are for.
AGGREGATION_RANGE VARCHAR2 100 Yes The time range for which the metric is being aggregated for, such as 1D, 1W, 1M, 3M.
GROUNDEDNESS NUMBER 18 Correctness of the evaluation run
ANSWER_RELEVANCE NUMBER 18 Answer relevance of the evaluation run
CONTEXT_RELEVANCE NUMBER 18 Context relevance of the evaluation run
COVERAGE NUMBER 18 Stores the coverage metrics of the evaluation run
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
FAI_EVAL_METRICS_AGGR_N1 Non Unique Default CREATION_DATE
FAI_EVAL_METRICS_AGGR_N2 Non Unique Default TARGET_OBJECT_CODE
FAI_EVAL_METRICS_AGGR_N3 Non Unique Default METRIC_LEVEL
FAI_EVAL_METRICS_AGGR_N4 Non Unique Default AGGREGATION_RANGE
FAI_EVAL_METRICS_AGGR_U1 Unique Default AGGR_ID