Uses of Record Class
dev.dokimos.mcp.store.RunRecord.ItemDetail
Packages that use RunRecord.ItemDetail
-
Uses of RunRecord.ItemDetail in dev.dokimos.mcp.store
Methods in dev.dokimos.mcp.store that return types with arguments of type RunRecord.ItemDetailModifier and TypeMethodDescriptionRunRecord.items()Returns the value of theitemsrecord component.Constructor parameters in dev.dokimos.mcp.store with type arguments of type RunRecord.ItemDetailModifierConstructorDescriptionRunRecord(String id, Instant timestamp, String experimentName, String datasetName, String datasetPath, Map<String, Object> modelConfig, double passRate, int totalCount, int passCount, int failCount, Map<String, Double> averageScores, List<RunRecord.ItemDetail> items) Creates an instance of aRunRecordrecord class.