ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
LlmMetrics
[key: string]: | undefined | MetricValueType | () => Record<string, MetricValueType | undefined>
new Metrics(options: MetricsOptions): Metrics;
MetricsOptions
Metrics
optional durationNs: number;
toJSON(): Record<string, MetricValueType | undefined>;
Record
string
MetricValueType
undefined
Was this page helpful?