Class KnowledgeGraphConfig (0.20.1)

KnowledgeGraphConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration message for the Knowledge Graph.

Attributes

Name Description
enable_cloud_knowledge_graph bool
Whether to enable the Cloud Knowledge Graph for the engine. Defaults to false if not specified.
cloud_knowledge_graph_types MutableSequence[str]
Specify entity types to support.
enable_private_knowledge_graph bool
Whether to enable the Private Knowledge Graph for the engine. Defaults to false if not specified.
private_knowledge_graph_types MutableSequence[str]
Specify entity types to support.
feature_config google.cloud.discoveryengine_v1beta.types.Engine.KnowledgeGraphConfig.FeatureConfig
Optional. Feature config for the Knowledge Graph.

Classes

FeatureConfig

FeatureConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Feature config for the Knowledge Graph.