InsightCluster.SubClusters Property
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.
List of subclusters within this cluster. Empty if no subclusters exist.
public System.Collections.Generic.IList<Azure.AI.Projects.InsightCluster> SubClusters { get; }
member this.SubClusters : System.Collections.Generic.IList<Azure.AI.Projects.InsightCluster>
Public ReadOnly Property SubClusters As IList(Of InsightCluster)