InsightCluster Class
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.
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. |