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