Uses of Class
ai.waii.clients.query.GeneratedQuery.ConfidenceScore
Packages that use GeneratedQuery.ConfidenceScore
-
Uses of GeneratedQuery.ConfidenceScore in ai.waii.clients.query
Methods in ai.waii.clients.query that return GeneratedQuery.ConfidenceScoreMethods in ai.waii.clients.query with parameters of type GeneratedQuery.ConfidenceScoreModifier and TypeMethodDescriptionvoidGeneratedQuery.setConfidenceScore(GeneratedQuery.ConfidenceScore confidenceScore) Constructors in ai.waii.clients.query with parameters of type GeneratedQuery.ConfidenceScoreModifierConstructorDescriptionGeneratedQuery(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)