public sealed class Engine.Types.KnowledgeGraphConfig : IMessage<Engine.Types.KnowledgeGraphConfig>, IEquatable<Engine.Types.KnowledgeGraphConfig>, IDeepCloneable<Engine.Types.KnowledgeGraphConfig>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class Engine.Types.KnowledgeGraphConfig.
Configuration message for the Knowledge Graph.
Implements
IMessageEngineTypesKnowledgeGraphConfig, IEquatableEngineTypesKnowledgeGraphConfig, IDeepCloneableEngineTypesKnowledgeGraphConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
KnowledgeGraphConfig()
public KnowledgeGraphConfig()KnowledgeGraphConfig(KnowledgeGraphConfig)
public KnowledgeGraphConfig(Engine.Types.KnowledgeGraphConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
EngineTypesKnowledgeGraphConfig |
Properties
CloudKnowledgeGraphTypes
public RepeatedField<string> CloudKnowledgeGraphTypes { get; }Specify entity types to support.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
EnableCloudKnowledgeGraph
public bool EnableCloudKnowledgeGraph { get; set; }Whether to enable the Cloud Knowledge Graph for the engine.
Defaults to false if not specified.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnablePrivateKnowledgeGraph
public bool EnablePrivateKnowledgeGraph { get; set; }Whether to enable the Private Knowledge Graph for the engine.
Defaults to false if not specified.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
FeatureConfig
public Engine.Types.KnowledgeGraphConfig.Types.FeatureConfig FeatureConfig { get; set; }Optional. Feature config for the Knowledge Graph.
| Property Value | |
|---|---|
| Type | Description |
EngineTypesKnowledgeGraphConfigTypesFeatureConfig |
|
PrivateKnowledgeGraphTypes
public RepeatedField<string> PrivateKnowledgeGraphTypes { get; }Specify entity types to support.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|