public sealed class ConnectedComponentsConfig : IMessage<ConnectedComponentsConfig>, IEquatable<ConnectedComponentsConfig>, IDeepCloneable<ConnectedComponentsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class ConnectedComponentsConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ConnectedComponentsConfig` class in the Enterprise Knowledge Graph v1 API provides options for configuring connected components within the Google Cloud environment."],["This class is part of the `Google.Cloud.EnterpriseKnowledgeGraph.V1` namespace and is found in the `Google.Cloud.EnterpriseKnowledgeGraph.V1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The `ConnectedComponentsConfig` class offers two constructors: a default constructor and one that takes another `ConnectedComponentsConfig` object as a parameter for copying."],["The class features the property `WeightThreshold`, which is of type `float` and represents the threshold used for determining connected components, with a default value of 0.85."]]],[]]