Share via


AgentEvaluationRequest Constructor

Definition

Initializes a new instance of AgentEvaluationRequest.

public AgentEvaluationRequest(string runId, System.Collections.Generic.IDictionary<string,Azure.AI.Projects.EvaluatorConfiguration> evaluators, string appInsightsConnectionString);
new Azure.AI.Projects.AgentEvaluationRequest : string * System.Collections.Generic.IDictionary<string, Azure.AI.Projects.EvaluatorConfiguration> * string -> Azure.AI.Projects.AgentEvaluationRequest
Public Sub New (runId As String, evaluators As IDictionary(Of String, EvaluatorConfiguration), appInsightsConnectionString As String)

Parameters

runId
String

Identifier of the agent run.

evaluators
IDictionary<String,EvaluatorConfiguration>

Evaluators to be used for the evaluation.

appInsightsConnectionString
String

Pass the AppInsights connection string to the agent evaluation for the evaluation results and the errors logs.

Exceptions

runId, evaluators or appInsightsConnectionString is null.

Applies to