1 implementation of GetIterationNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Storage\DiskBasedResultStore.cs (1)
227
public async IAsyncEnumerable<string>
GetIterationNamesAsync
(
1 reference to GetIterationNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
ResultStoreTester.cs (1)
49
await foreach (string iterationName in resultStore.
GetIterationNamesAsync
(executionName, scenarioName))