Share via


InsightCluster Class

Definition

A cluster of analysis samples.

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

Properties

Name Description
Description

Description of the analysis cluster.

Id

The id of the analysis cluster.

Label

Label for the cluster.

Samples

List of samples that belong to this cluster. Empty if samples are part of subclusters.

SubClusters

List of subclusters within this cluster. Empty if no subclusters exist.

Suggestion

Suggestion for the cluster.

SuggestionTitle

The title of the suggestion for the cluster.

Weight

The weight of the analysis cluster. This indicate number of samples in the cluster.

Methods

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

Explicit Interface Implementations

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

Applies to