Enterprise Knowledge Graph v1 API - Class ReconConfig (1.0.0-beta02)

public sealed class ReconConfig : IMessage<ReconConfig>, IEquatable<ReconConfig>, IDeepCloneable<ReconConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class ReconConfig.

Recon configs

Inheritance

object > ReconConfig

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

ReconConfig()

public ReconConfig()

ReconConfig(ReconConfig)

public ReconConfig(ReconConfig other)
Parameter
NameDescription
otherReconConfig

Properties

AffinityClusteringConfig

public AffinityClusteringConfig AffinityClusteringConfig { get; set; }

Configs for affinity clustering.

Property Value
TypeDescription
AffinityClusteringConfig

ClusteringConfigCase

public ReconConfig.ClusteringConfigOneofCase ClusteringConfigCase { get; }
Property Value
TypeDescription
ReconConfigClusteringConfigOneofCase

ConnectedComponentsConfig

public ConnectedComponentsConfig ConnectedComponentsConfig { get; set; }

Configs for connected components.

Property Value
TypeDescription
ConnectedComponentsConfig

ModelConfig

public ReconConfig.Types.ModelConfig ModelConfig { get; set; }

Model Configs

Property Value
TypeDescription
ReconConfigTypesModelConfig

Options

public ReconConfig.Types.Options Options { get; set; }

Extra options that affect entity clustering behavior.

Property Value
TypeDescription
ReconConfigTypesOptions