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