AzureStorageResultStore Class
Definition
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.
An IResultStore implementation that stores ScenarioRunResults under an Azure Storage container.
public ref class AzureStorageResultStore sealed : Microsoft::Extensions::AI::Evaluation::Reporting::IResultStore
public sealed class AzureStorageResultStore : Microsoft.Extensions.AI.Evaluation.Reporting.IResultStore
type AzureStorageResultStore = class
interface IResultStore
Public NotInheritable Class AzureStorageResultStore
Implements IResultStore
- Inheritance
-
AzureStorageResultStore
- Implements
Constructors
AzureStorageResultStore(DataLakeDirectoryClient) |
An IResultStore implementation that stores ScenarioRunResults under an Azure Storage container. |
Methods
DeleteResultsAsync(String, String, String, CancellationToken) |
Deletes ScenarioRunResults for ScenarioRuns filtered by the specified
|
GetIterationNamesAsync(String, String, CancellationToken) |
Gets the IterationNames present in the scenario with the specified
|
GetLatestExecutionNamesAsync(Nullable<Int32>, CancellationToken) |
Gets the ExecutionNames of the most recent |
GetScenarioNamesAsync(String, CancellationToken) |
Gets the ScenarioNames present in the execution with the specified
|
ReadResultsAsync(String, String, String, CancellationToken) |
Returns ScenarioRunResults for ScenarioRuns filtered by the specified
|
WriteResultsAsync(IEnumerable<ScenarioRunResult>, CancellationToken) |
Writes the supplied |