1 write to IterationName
Microsoft.Extensions.AI.Evaluation.Reporting (1)
ScenarioRun.cs (1)
101IterationName = iterationName;
19 references to IterationName
Microsoft.Extensions.AI.Evaluation.Reporting (18)
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)
154/// The <see cref="ScenarioRun.IterationName"/>. Uses default value <c>"1"</c> if omitted.
ScenarioRun.cs (6)
17/// such scenario in turn can include multiple iterations each with a unique <see cref="IterationName"/>. 41/// The <see cref="IterationName"/>s of different iterations within a particular scenario execution must be unique. 45/// data row within a data-driven test. <see cref="IterationName"/> could be set to any string that uniquely 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)}."); 157IterationName,
ScenarioRunResult.cs (3)
29/// <param name="iterationName">The <see cref="ScenarioRun.IterationName"/>.</param> 54/// <param name="iterationName">The <see cref="ScenarioRun.IterationName"/>.</param> 90/// Gets or sets the <see cref="ScenarioRun.IterationName"/>.
Storage\DiskBasedResponseCache.cs (1)
51/// The <see cref="ScenarioRun.IterationName"/> for the returned <see cref="DiskBasedResponseCache"/> instance.
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Storage\AzureStorageResponseCache.cs (1)
40/// The <see cref="ScenarioRun.IterationName"/> for the returned <see cref="AzureStorageResponseCache"/> instance.