Uses of Enum Class
org.mockserver.llm.analysis.LlmDatasetExporter.DatasetFormat
Packages that use LlmDatasetExporter.DatasetFormat
-
Uses of LlmDatasetExporter.DatasetFormat in org.mockserver.llm.analysis
Methods in org.mockserver.llm.analysis that return LlmDatasetExporter.DatasetFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LlmDatasetExporter.DatasetFormat[]LlmDatasetExporter.DatasetFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.llm.analysis that return types with arguments of type LlmDatasetExporter.DatasetFormatModifier and TypeMethodDescriptionResolve a wireformat=value (as sent by the REST endpoint / MCP tool) to aLlmDatasetExporter.DatasetFormat, or empty when it is not a dataset format.Methods in org.mockserver.llm.analysis with parameters of type LlmDatasetExporter.DatasetFormatModifier and TypeMethodDescriptionLlmDatasetExporter.export(List<LlmOptimisationReportBuilder.CapturedExchange> exchanges, LlmDatasetExporter.DatasetFormat format, FixtureRedactor redactor) Export the given exchanges in the requested format.LlmOptimisationReportService.renderDataset(LlmOptimisationReportService.Result result, LlmDatasetExporter.DatasetFormat format) Render the captured session as an eval / fine-tune / promptfoo dataset for a previously built result.