1 write to _resultsRootPath
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Storage\DiskBasedResultStore.cs (1)
49_resultsRootPath = Path.Combine(storageRootPath, "results");
8 references to _resultsRootPath
Microsoft.Extensions.AI.Evaluation.Reporting (8)
Storage\DiskBasedResultStore.cs (8)
93new DirectoryInfo(Path.Combine(_resultsRootPath, result.ExecutionName, result.ScenarioName)); 118Directory.Delete(_resultsRootPath, recursive: true); 119_ = Directory.CreateDirectory(_resultsRootPath); 123var executionDir = new DirectoryInfo(Path.Combine(_resultsRootPath, executionName)); 133new DirectoryInfo(Path.Combine(_resultsRootPath, executionName, scenarioName)); 143new FileInfo(Path.Combine(_resultsRootPath, executionName, scenarioName, $"{iterationName}.json")); 249var resultsDir = new DirectoryInfo(_resultsRootPath); 269var executionDir = new DirectoryInfo(Path.Combine(_resultsRootPath, executionName));