EntityResolutionResult

data class EntityResolutionResult(val name: String, val entityId: String, val resolution: ResolutionOutcome, val labels: Set<String>)

Resolution outcome for a single entity.

Parameters

name

The original entity name from the assertion

entityId

The resolved entity ID (graph node ID)

resolution

How the entity was resolved

labels

Final merged label set on the entity

Constructors

Link copied to clipboard
constructor(name: String, entityId: String, resolution: ResolutionOutcome, labels: Set<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard