KnowledgeBaseFabricOntologyReference interface

Represents a Fabric Ontology document reference.

Extends

Properties

ontologyId

The ontology ID within the workspace.

type

The discriminator value.

workspaceId

The Fabric workspace ID.

Inherited Properties

activitySource

The source activity ID for the reference.

id

The ID of the reference.

rerankerScore

The reranker score for the document reference.

sourceData

The source data for the reference.

Property Details

ontologyId

The ontology ID within the workspace.

ontologyId?: string

Property Value

string

type

The discriminator value.

type: "fabricOntology"

Property Value

"fabricOntology"

workspaceId

The Fabric workspace ID.

workspaceId?: string

Property Value

string

Inherited Property Details

activitySource

The source activity ID for the reference.

activitySource: number

Property Value

number

Inherited From KnowledgeBaseReference.activitySource

id

The ID of the reference.

id: string

Property Value

string

Inherited From KnowledgeBaseReference.id

rerankerScore

The reranker score for the document reference.

rerankerScore?: number

Property Value

number

Inherited From KnowledgeBaseReference.rerankerScore

sourceData

The source data for the reference.

sourceData?: Record<string, unknown>

Property Value

Record<string, unknown>

Inherited From KnowledgeBaseReference.sourceData