1 write to _resultsRootPath
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Storage\DiskBasedResultStore.cs (1)
49
_resultsRootPath
= Path.Combine(storageRootPath, "results");
13 references to _resultsRootPath
Microsoft.Extensions.AI.Evaluation.Reporting (13)
Storage\DiskBasedResultStore.cs (13)
101
_resultsRootPath
,
102
Path.Combine(
_resultsRootPath
, result.ExecutionName, result.ScenarioName)));
131
Directory.Delete(
_resultsRootPath
, recursive: true);
132
_ = Directory.CreateDirectory(
_resultsRootPath
);
138
_resultsRootPath
,
139
Path.Combine(
_resultsRootPath
, executionName)));
151
_resultsRootPath
,
152
Path.Combine(
_resultsRootPath
, executionName, scenarioName)));
164
_resultsRootPath
,
165
Path.Combine(
_resultsRootPath
, executionName, scenarioName, $"{iterationName}.json")));
270
var resultsDir = new DirectoryInfo(
_resultsRootPath
);
292
_resultsRootPath
,
293
Path.Combine(
_resultsRootPath
, executionName)));