Uses of Class
ai.waii.clients.query.GeneratedQuery.LLMUsageStatistics
Packages that use GeneratedQuery.LLMUsageStatistics
-
Uses of GeneratedQuery.LLMUsageStatistics in ai.waii.clients.query
Methods in ai.waii.clients.query that return GeneratedQuery.LLMUsageStatisticsMethods in ai.waii.clients.query with parameters of type GeneratedQuery.LLMUsageStatisticsModifier and TypeMethodDescriptionvoidGeneratedQuery.setLlmUsageStats(GeneratedQuery.LLMUsageStatistics llmUsageStats) Constructors in ai.waii.clients.query with parameters of type GeneratedQuery.LLMUsageStatisticsModifierConstructorDescriptionGeneratedQuery(String uuid, Boolean liked, List<TableName> tables, List<SemanticStatement> semanticContext, String query, List<String> detailedSteps, String whatChanged, List<GeneratedQuery.CompilationError> compilationErrors, Boolean isNew, Long timestampMs, Map<String, Object> debugInfo, GeneratedQuery.LLMUsageStatistics llmUsageStats, GeneratedQuery.ConfidenceScore confidenceScore) GeneratedQuery(String uuid, Boolean liked, List<TableName> tables, List<SemanticStatement> semanticContext, String query, List<String> detailedSteps, String whatChanged, List<GeneratedQuery.CompilationError> compilationErrors, Boolean isNew, Long timestampMs, Map<String, Object> debugInfo, GeneratedQuery.LLMUsageStatistics llmUsageStats, GeneratedQuery.ConfidenceScore confidenceScore, Integer elapsedTimeMs, List<String> assumptions)