AzureAIProjectsModelFactory.InsightSummary 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.
Summary of the error cluster analysis.
public static Azure.AI.Projects.Evaluation.InsightSummary InsightSummary(int sampleCount = 0, int uniqueSubclusterCount = 0, int uniqueClusterCount = 0, string methodName = default, Azure.AI.Projects.Evaluation.ClusterTokenUsage usage = default);
static member InsightSummary : int * int * int * string * Azure.AI.Projects.Evaluation.ClusterTokenUsage -> Azure.AI.Projects.Evaluation.InsightSummary
Public Shared Function InsightSummary (Optional sampleCount As Integer = 0, Optional uniqueSubclusterCount As Integer = 0, Optional uniqueClusterCount As Integer = 0, Optional methodName As String = Nothing, Optional usage As ClusterTokenUsage = Nothing) As InsightSummary
Parameters
- sampleCount
- Int32
Total number of samples analyzed.
- uniqueSubclusterCount
- Int32
Total number of unique subcluster labels.
- uniqueClusterCount
- Int32
Total number of unique clusters.
- methodName
- String
Method used for clustering.
- usage
- ClusterTokenUsage
Token usage while performing clustering analysis.
Returns
A new InsightSummary instance for mocking.