AgentEvaluationRequest Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.