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
Implements
IMessageReconConfig, IEquatableReconConfig, IDeepCloneableReconConfig, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
ReconConfig()
public ReconConfig()
ReconConfig(ReconConfig)
public ReconConfig(ReconConfig other)
Parameter | |
---|---|
Name | Description |
other |
ReconConfig |
Properties
AffinityClusteringConfig
public AffinityClusteringConfig AffinityClusteringConfig { get; set; }
Configs for affinity clustering.
Property Value | |
---|---|
Type | Description |
AffinityClusteringConfig |
ClusteringConfigCase
public ReconConfig.ClusteringConfigOneofCase ClusteringConfigCase { get; }
Property Value | |
---|---|
Type | Description |
ReconConfigClusteringConfigOneofCase |
ConnectedComponentsConfig
public ConnectedComponentsConfig ConnectedComponentsConfig { get; set; }
Configs for connected components.
Property Value | |
---|---|
Type | Description |
ConnectedComponentsConfig |
ModelConfig
public ReconConfig.Types.ModelConfig ModelConfig { get; set; }
Model Configs
Property Value | |
---|---|
Type | Description |
ReconConfigTypesModelConfig |
Options
public ReconConfig.Types.Options Options { get; set; }
Extra options that affect entity clustering behavior.
Property Value | |
---|---|
Type | Description |
ReconConfigTypesOptions |