Implemented interface member:
method
DeleteResultsAsync
Microsoft.Extensions.AI.Evaluation.Reporting.IResultStore.DeleteResultsAsync(System.String, System.String, System.String, System.Threading.CancellationToken)
2 references to DeleteResultsAsync
Microsoft.Extensions.AI.Evaluation.Console (2)
Commands\CleanResultsCommand.cs (2)
33
await resultStore.
DeleteResultsAsync
(cancellationToken: cancellationToken).ConfigureAwait(false);
53
await resultStore.
DeleteResultsAsync
(