AgentInsightMonitorCreate(String, String) 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 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.