Share via


InsightSummary Class

Definition

Summary of the error cluster analysis.

public class InsightSummary : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.InsightSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.InsightSummary>
type InsightSummary = class
    interface IJsonModel<InsightSummary>
    interface IPersistableModel<InsightSummary>
Public Class InsightSummary
Implements IJsonModel(Of InsightSummary), IPersistableModel(Of InsightSummary)
Inheritance
InsightSummary
Implements

Properties

Name Description
Method

Method used for clustering.

SampleCount

Total number of samples analyzed.

UniqueClusterCount

Total number of unique clusters.

UniqueSubclusterCount

Total number of unique subcluster labels.

Usage

Token usage while performing clustering analysis.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<InsightSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<InsightSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<InsightSummary>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<InsightSummary>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<InsightSummary>.Write(ModelReaderWriterOptions)

Applies to