2 implementations of GetIterationNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Storage\DiskBasedResultStore.cs (1)
228
public async IAsyncEnumerable<string>
GetIterationNamesAsync
(
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Storage\AzureStorageResultStore.cs (1)
75
public async IAsyncEnumerable<string>
GetIterationNamesAsync
(
1 reference to GetIterationNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
ResultStoreTester.cs (1)
50
await foreach (string iterationName in resultStore.
GetIterationNamesAsync
(executionName, scenarioName))