AzureAIProjectsModelFactory.AgentClusterInsightsRequest Method
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.
Insights on set of Agent Evaluation Results.
public static Azure.AI.Projects.AgentClusterInsightsRequest AgentClusterInsightsRequest(string agentName = default, Azure.AI.Projects.InsightModelConfiguration modelConfiguration = default);
static member AgentClusterInsightsRequest : string * Azure.AI.Projects.InsightModelConfiguration -> Azure.AI.Projects.AgentClusterInsightsRequest
Public Shared Function AgentClusterInsightsRequest (Optional agentName As String = Nothing, Optional modelConfiguration As InsightModelConfiguration = Nothing) As AgentClusterInsightsRequest
Parameters
- agentName
- String
Identifier for the agent.
- modelConfiguration
- InsightModelConfiguration
Configuration of the model used in the insight generation.
Returns
A new AgentClusterInsightsRequest instance for mocking.