1 write to IterationName
Microsoft.Extensions.AI.Evaluation.Reporting (1)
ScenarioRun.cs (1)
111
IterationName
= iterationName;
17 references to IterationName
Microsoft.Extensions.AI.Evaluation.Reporting (17)
IResponseCacheProvider.cs (1)
30
/// <param name="iterationName">The <see cref="ScenarioRun.
IterationName
"/>.</param>
IResultStore.cs (6)
34
/// The <see cref="ScenarioRun.
IterationName
"/> by which the <see cref="ScenarioRunResult"/>s should be filtered.
35
/// If omitted, all <see cref="ScenarioRun.
IterationName
"/>s that are in scope based on the specified
73
/// The <see cref="ScenarioRun.
IterationName
"/> by which the <see cref="ScenarioRunResult"/>s should be filtered.
74
/// If omitted, all <see cref="ScenarioRun.
IterationName
"/>s that are in scope based on the specified
114
/// Gets the <see cref="ScenarioRun.
IterationName
"/>s present in the scenario with the specified
121
/// The <see cref="ScenarioRun.
IterationName
"/>s present in the scenario with the specified
ReportingConfiguration.cs (1)
170
/// The <see cref="ScenarioRun.
IterationName
"/>. Uses default value <c>"1"</c> if omitted.
ScenarioRun.cs (6)
18
/// such scenario in turn can include multiple iterations each with a unique <see cref="
IterationName
"/>.
44
/// The <see cref="
IterationName
"/>s of different iterations within a particular scenario execution must be unique.
48
/// data row within a data-driven test. <see cref="
IterationName
"/> could be set to any string that uniquely
149
$"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)}.");
172
IterationName
,
ScenarioRunResult.cs (3)
29
/// <param name="iterationName">The <see cref="ScenarioRun.
IterationName
"/>.</param>
67
/// <param name="iterationName">The <see cref="ScenarioRun.
IterationName
"/>.</param>
115
/// Gets or sets the <see cref="ScenarioRun.
IterationName
"/>.