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)
93
new DirectoryInfo(Path.Combine(
_resultsRootPath
, result.ExecutionName, result.ScenarioName));
118
Directory.Delete(
_resultsRootPath
, recursive: true);
119
_ = Directory.CreateDirectory(
_resultsRootPath
);
123
var executionDir = new DirectoryInfo(Path.Combine(
_resultsRootPath
, executionName));
133
new DirectoryInfo(Path.Combine(
_resultsRootPath
, executionName, scenarioName));
143
new FileInfo(Path.Combine(
_resultsRootPath
, executionName, scenarioName, $"{iterationName}.json"));
249
var resultsDir = new DirectoryInfo(
_resultsRootPath
);
269
var executionDir = new DirectoryInfo(Path.Combine(
_resultsRootPath
, executionName));