2 implementations of GetScenarioNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Storage\DiskBasedResultStore.cs (1)
208
public async IAsyncEnumerable<string>
GetScenarioNamesAsync
(
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Storage\AzureStorageResultStore.cs (1)
58
public async IAsyncEnumerable<string>
GetScenarioNamesAsync
(
1 reference to GetScenarioNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
ResultStoreTester.cs (1)
48
await foreach (string scenarioName in resultStore.
GetScenarioNamesAsync
(executionName))