An evaluation metric associated with an LLM Observability span.

Hierarchy

  • LLMObsSpanEvaluationMetric

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
assessment?: string

Assessment result (e.g., pass or fail).

evalMetricType?: string

Type of the evaluation metric (e.g., score, categorical, boolean).

reasoning?: string

Human-readable reasoning for the evaluation result.

status?: string

Status of the evaluation execution.

tags?: string[]

Tags associated with the evaluation metric.

value?: any

Value of the evaluation result.

Generated using TypeDoc