Language

AgentInsightMonitorCreate(String, String) Constructor

Definition

Initializes a new instance of AgentInsightMonitorCreate.

public AgentInsightMonitorCreate(string agentName, string modelDeploymentName);
new Azure.AI.Projects.AgentInsightMonitorCreate : string * string -> Azure.AI.Projects.AgentInsightMonitorCreate
Public Sub New (agentName As String, modelDeploymentName As String)

Parameters

agentName
String

The agent this monitor should analyze.

modelDeploymentName
String

The model deployment to use for analyzing traces. Accepts either the deployment name alone or with the connection name as '{connectionName}/modelDeploymentName'.

Exceptions

agentName or modelDeploymentName is null.

Applies to