KnowledgeGraphDelta

data class KnowledgeGraphDelta(val chunkIds: Set<String>, val entityMerges: Merges<SuggestedEntityResolution, <Error class: unknown class>>, val relationshipMerges: Merges<SuggestedRelationshipResolution, RelationshipInstance>)

Update we'll apply to a knowledge graph in a persistent store. Identifies the chunks that it is based on.

Constructors

Link copied to clipboard
constructor(chunkIds: Set<String>, entityMerges: Merges<SuggestedEntityResolution, <Error class: unknown class>>, relationshipMerges: Merges<SuggestedRelationshipResolution, RelationshipInstance>)

Properties

Link copied to clipboard
open val chunkIds: Set<String>
Link copied to clipboard
val entityMerges: Merges<SuggestedEntityResolution, <Error class: unknown class>>

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
Link copied to clipboard
fun newEntities(): List<<Error class: unknown class>>
Link copied to clipboard
fun newOrModifiedEntities(): List<<Error class: unknown class>>
Link copied to clipboard