1 write to ScenarioName
Microsoft.Extensions.AI.Evaluation.Reporting (1)
ScenarioRun.cs (1)
100
ScenarioName
= scenarioName;
20 references to ScenarioName
Microsoft.Extensions.AI.Evaluation.Reporting (19)
IResponseCacheProvider.cs (1)
29
/// <param name="scenarioName">The <see cref="ScenarioRun.
ScenarioName
"/>.</param>
IResultStore.cs (7)
29
/// The <see cref="ScenarioRun.
ScenarioName
"/> by which the <see cref="ScenarioRunResult"/>s should be filtered.
30
/// If omitted, all <see cref="ScenarioRun.
ScenarioName
"/>s that are in scope based on the specified
68
/// The <see cref="ScenarioRun.
ScenarioName
"/> by which the <see cref="ScenarioRunResult"/>s should be filtered.
69
/// If omitted, all <see cref="ScenarioRun.
ScenarioName
"/>s that are in scope based on the specified
100
/// Gets the <see cref="ScenarioRun.
ScenarioName
"/>s present in the execution with the specified
106
/// The <see cref="ScenarioRun.
ScenarioName
"/>s present in the execution with the specified
118
/// <param name="scenarioName">The <see cref="ScenarioRun.
ScenarioName
"/>.</param>
ReportingConfiguration.cs (1)
152
/// <param name="scenarioName">The <see cref="ScenarioRun.
ScenarioName
"/>.</param>
ScenarioRun.cs (6)
16
/// can contain evaluations for multiple scenarios each with a unique <see cref="
ScenarioName
"/>. The execution of each
26
/// The <see cref="
ScenarioName
"/>s of different scenarios within a particular evaluation run must be unique.
30
/// part of an evaluation. In this case, the <see cref="
ScenarioName
"/> for each <see cref="ScenarioRun"/> in the
137
$"The {nameof(ScenarioRun)} with {nameof(
ScenarioName
)}: {
ScenarioName
}, {nameof(IterationName)}: {IterationName} and {nameof(ExecutionName)}: {ExecutionName} has already been evaluated. Do not call {nameof(EvaluateAsync)} more than once on a given {nameof(ScenarioRun)}.");
156
ScenarioName
,
ScenarioRunResult.cs (3)
28
/// <param name="scenarioName">The <see cref="ScenarioRun.
ScenarioName
"/>.</param>
53
/// <param name="scenarioName">The <see cref="ScenarioRun.
ScenarioName
"/>.</param>
85
/// Gets or sets the <see cref="ScenarioRun.
ScenarioName
"/>.
Storage\DiskBasedResponseCache.cs (1)
48
/// The <see cref="ScenarioRun.
ScenarioName
"/> for the returned <see cref="DiskBasedResponseCache"/> instance.
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Storage\AzureStorageResponseCache.cs (1)
37
/// The <see cref="ScenarioRun.
ScenarioName
"/> for the returned <see cref="AzureStorageResponseCache"/> instance.