Implemented interface member:
method
GetLatestExecutionNamesAsync
Microsoft.Extensions.AI.Evaluation.Reporting.IResultStore.GetLatestExecutionNamesAsync(System.Int32?, System.Threading.CancellationToken)
3 references to GetLatestExecutionNamesAsync
Microsoft.Extensions.AI.Evaluation.Console (3)
Commands\CleanResultsCommand.cs (2)
42
resultStore.
GetLatestExecutionNamesAsync
(lastN, cancellationToken).ConfigureAwait(false))
48
resultStore.
GetLatestExecutionNamesAsync
(
Commands\ReportCommand.cs (1)
33
resultStore.
GetLatestExecutionNamesAsync
(lastN, cancellationToken).ConfigureAwait(false))