Condividi tramite


AzureAIProjectsModelFactory.AgentClusterInsightResult Method

Definition

Overloads

Name Description
AgentClusterInsightResult(ClusterInsightResult)

Insights from the agent cluster analysis.

AgentClusterInsightResult(ClusterInsightResult)

Insights from the agent cluster analysis.

AgentClusterInsightResult(ClusterInsightResult)

Source:
AzureAIProjectsModelFactory.cs

Insights from the agent cluster analysis.

public static Azure.AI.Projects.AgentClusterInsightResult AgentClusterInsightResult(Azure.AI.Projects.ClusterInsightResult clusterInsight = default);
static member AgentClusterInsightResult : Azure.AI.Projects.ClusterInsightResult -> Azure.AI.Projects.AgentClusterInsightResult
Public Shared Function AgentClusterInsightResult (Optional clusterInsight As ClusterInsightResult = Nothing) As AgentClusterInsightResult

Parameters

clusterInsight
ClusterInsightResult

Returns

A new AgentClusterInsightResult instance for mocking.

Applies to

AgentClusterInsightResult(ClusterInsightResult)

Source:
AzureAIProjectsModelFactory.cs

Insights from the agent cluster analysis.

public static Azure.AI.Projects.Evaluation.AgentClusterInsightResult AgentClusterInsightResult(Azure.AI.Projects.Evaluation.ClusterInsightResult clusterInsight = default);
static member AgentClusterInsightResult : Azure.AI.Projects.Evaluation.ClusterInsightResult -> Azure.AI.Projects.Evaluation.AgentClusterInsightResult
Public Shared Function AgentClusterInsightResult (Optional clusterInsight As ClusterInsightResult = Nothing) As AgentClusterInsightResult

Parameters

clusterInsight
ClusterInsightResult

Returns

A new AgentClusterInsightResult instance for mocking.

Applies to