Microsoft.Extensions.AI.Evaluation.Reporting.Storage Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AzureStorageReportingConfiguration |
Contains factory method for creating a ReportingConfiguration that persists ScenarioRunResults to Azure Storage and also uses the storage to cache AI responses. |
AzureStorageResponseCache |
An IDistributedCache implementation that stores cached AI responses for a particular ScenarioRun under an Azure Storage container. |
AzureStorageResponseCacheProvider |
An IResponseCacheProvider that returns a AzureStorageResponseCache. |
AzureStorageResultStore |
An IResultStore implementation that stores ScenarioRunResults under an Azure Storage container. |
DiskBasedReportingConfiguration |
Contains factory method for creating a ReportingConfiguration that persists ScenarioRunResults to disk and also uses the disk to cache AI responses. |
DiskBasedResponseCache |
An IDistributedCache implementation that stores cached AI responses for a particular ScenarioRun on disk. |
DiskBasedResponseCacheProvider |
An IResponseCacheProvider that returns a DiskBasedResponseCache. |
DiskBasedResultStore |
An IResultStore implementation that stores ScenarioRunResults on disk. |
.NET