1 write to ExecutionName
Microsoft.Extensions.AI.Evaluation.Reporting (1)
ScenarioRun.cs (1)
102ExecutionName = executionName;
26 references to ExecutionName
Microsoft.Extensions.AI.Evaluation.Reporting (25)
IResultStore.cs (9)
25/// The <see cref="ScenarioRun.ExecutionName"/> by which the <see cref="ScenarioRunResult"/>s should be filtered. 26/// If omitted, all <see cref="ScenarioRun.ExecutionName"/>s are considered. 64/// The <see cref="ScenarioRun.ExecutionName"/> by which the <see cref="ScenarioRunResult"/>s should be filtered. 65/// If omitted, all <see cref="ScenarioRun.ExecutionName"/>s are considered. 86/// Gets the <see cref="ScenarioRun.ExecutionName"/>s of the most recent <paramref name="count"/> executions from 89/// <param name="count">The number of <see cref="ScenarioRun.ExecutionName"/>s to retrieve.</param> 92/// The <see cref="ScenarioRun.ExecutionName"/>s of the most recent <paramref name="count"/> executions from the 103/// <param name="executionName">The <see cref="ScenarioRun.ExecutionName"/>.</param> 117/// <param name="executionName">The <see cref="ScenarioRun.ExecutionName"/>.</param>
ReportingConfiguration.cs (2)
74/// See <see cref="ScenarioRun.ExecutionName"/> for more information about this concept. 113/// The name of the current execution. See <see cref="ScenarioRun.ExecutionName"/> for more information about this
ScenarioRun.cs (10)
15/// Each execution of an evaluation run is assigned a unique <see cref="ExecutionName"/>. A single such evaluation run 57/// <see cref="ExecutionName"/> can be set to any string that uniquely identifies a particular execution of a set 58/// scenarios and iterations that are part of an evaluation run. For example, <see cref="ExecutionName"/> could be 62/// <see cref="ExecutionName"/>s). 66/// unique <see cref="ExecutionName"/>. The results for individual scenarios and iterations can then be compared 71/// If the supplied <see cref="ExecutionName"/> is not unique, then the results for the scenarios and iterations 72/// from the previous execution with the same <see cref="ExecutionName"/> will be overwritten with the results from 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)}."); 158ExecutionName,
ScenarioRunResult.cs (3)
30/// <param name="executionName">The <see cref="ScenarioRun.ExecutionName"/>.</param> 55/// <param name="executionName">The <see cref="ScenarioRun.ExecutionName"/>.</param> 95/// Gets or sets the <see cref="ScenarioRun.ExecutionName"/>.
Storage\DiskBasedReportingConfiguration.cs (1)
40/// The name of the current execution. See <see cref="ScenarioRun.ExecutionName"/> for more information about this
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Storage\AzureStorageReportingConfiguration.cs (1)
45/// The name of the current execution. See <see cref="ScenarioRun.ExecutionName"/> for more information about this