Udostępnij przez


AzureAIProjectsModelFactory.AgentClusterInsightsRequest Method

Definition

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.

Applies to