KnowledgeBaseFabricDataAgentReference interface
Represents a Fabric Data Agent document reference.
- Extends
Properties
| data |
The Fabric Data Agent ID. |
| type | The discriminator value. |
| workspace |
The Fabric workspace ID. |
Inherited Properties
| activity |
The source activity ID for the reference. |
| id | The ID of the reference. |
| reranker |
The reranker score for the document reference. |
| source |
The source data for the reference. |
Property Details
dataAgentId
The Fabric Data Agent ID.
dataAgentId?: string
Property Value
string
type
The discriminator value.
type: "fabricDataAgent"
Property Value
"fabricDataAgent"
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
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