1 write to ExecutionName
Microsoft.Extensions.AI.Evaluation.Reporting (1)
ScenarioRun.cs (1)
112ExecutionName = 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)
75/// See <see cref="ScenarioRun.ExecutionName"/> for more information about this concept. 120/// The name of the current execution. See <see cref="ScenarioRun.ExecutionName"/> for more information about this
ScenarioRun.cs (10)
16/// Each execution of an evaluation run is assigned a unique <see cref="ExecutionName"/>. A single such evaluation run 60/// <see cref="ExecutionName"/> can be set to any string that uniquely identifies a particular execution of a set 61/// scenarios and iterations that are part of an evaluation run. For example, <see cref="ExecutionName"/> could be 65/// <see cref="ExecutionName"/>s). 69/// unique <see cref="ExecutionName"/>. The results for individual scenarios and iterations can then be compared 74/// If the supplied <see cref="ExecutionName"/> is not unique, then the results for the scenarios and iterations 75/// from the previous execution with the same <see cref="ExecutionName"/> will be overwritten with the results from 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)}."); 173ExecutionName,
ScenarioRunResult.cs (3)
30/// <param name="executionName">The <see cref="ScenarioRun.ExecutionName"/>.</param> 68/// <param name="executionName">The <see cref="ScenarioRun.ExecutionName"/>.</param> 120/// Gets or sets the <see cref="ScenarioRun.ExecutionName"/>.
Storage\DiskBasedReportingConfiguration.cs (1)
41/// 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