AzureAIProjectsModelFactory.AgentClusterInsightResult 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.
Overloads
| Name | Description |
|---|---|
| AgentClusterInsightResult(ClusterInsightResult) |
Insights from the agent cluster analysis. |
| AgentClusterInsightResult(ClusterInsightResult) |
Insights from the agent cluster analysis. |
AgentClusterInsightResult(ClusterInsightResult)
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)
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.