Implemented interface member:
method
GetScenarioNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationResultStore.GetScenarioNamesAsync(System.String, System.Threading.CancellationToken)
1 reference to GetScenarioNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (1)
AzureStorage\AzureStoragePathValidationTests.cs (1)
114
await foreach (string scenarioName in store.
GetScenarioNamesAsync
(segment))