Uses of Record Class
dev.dokimos.core.CallMetrics
Packages that use CallMetrics
-
Uses of CallMetrics in dev.dokimos.core
Methods in dev.dokimos.core that return CallMetricsModifier and TypeMethodDescriptionItemResult.metrics()Returns the value of themetricsrecord component.TaskResult.metrics()Returns the value of themetricsrecord component.Constructors in dev.dokimos.core with parameters of type CallMetricsModifierConstructorDescriptionItemResult(Example example, Map<String, Object> actualOutputs, List<EvalResult> evalResults, CallMetrics metrics) Creates an instance of aItemResultrecord class.TaskResult(Map<String, Object> outputs, CallMetrics metrics) Creates an instance of aTaskResultrecord class. -
Uses of CallMetrics in dev.dokimos.embabel
Methods in dev.dokimos.embabel that return CallMetricsModifier and TypeMethodDescriptionEmbabelTraceCollector.callMetrics()Returns theCallMetricscaptured from the completed run, with no price fallback.EmbabelTraceCollector.callMetrics(String model, PriceTable prices) Returns theCallMetricscaptured from the completed run, lighting up the run's metrics cards.