Uses of Class
org.mockserver.llm.analysis.LlmOptimisationReport.Totals
Packages that use LlmOptimisationReport.Totals
-
Uses of LlmOptimisationReport.Totals in org.mockserver.llm.analysis
Methods in org.mockserver.llm.analysis that return LlmOptimisationReport.TotalsModifier and TypeMethodDescriptionLlmOptimisationReport.getTotals()LlmOptimisationReport.Totals.setCachedInputTokens(long cachedInputTokens) LlmOptimisationReport.Totals.setCacheHitRatio(double cacheHitRatio) LlmOptimisationReport.Totals.setCallCount(int callCount) LlmOptimisationReport.Totals.setCostIsEstimated(boolean costIsEstimated) LlmOptimisationReport.Totals.setEstimatedCostUsd(double estimatedCostUsd) LlmOptimisationReport.Totals.setInputTokens(long inputTokens) LlmOptimisationReport.Totals.setOneShotRate(double oneShotRate) LlmOptimisationReport.Totals.setOutputTokens(long outputTokens) LlmOptimisationReport.Totals.setReasoningTokens(long reasoningTokens) LlmOptimisationReport.Totals.setRetryCallCount(int retryCallCount) LlmOptimisationReport.Totals.setToolCallCount(int toolCallCount) LlmOptimisationReport.Totals.setTotalLatencyMs(long totalLatencyMs) Methods in org.mockserver.llm.analysis with parameters of type LlmOptimisationReport.TotalsModifier and TypeMethodDescriptionLlmOptimisationReport.setTotals(LlmOptimisationReport.Totals totals)