BaseKnowledgeBaseReference interface
參考的基本類型。
屬性
| activity |
參考的來源活動 ID。 |
| id | 參考的 ID。 |
| reranker |
文件參考的重新排名者分數。 |
| source |
任何字典<> |
| type | 多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
activitySource
參考的來源活動 ID。
activitySource: number
屬性值
number
id
參考的 ID。
id: string
屬性值
string
rerankerScore
文件參考的重新排名者分數。
rerankerScore?: number
屬性值
number
sourceData
任何字典<>
sourceData?: {[propertyName: string]: any}
屬性值
{[propertyName: string]: any}
type
多型歧視性,指定這個物件可以是的不同類型
type: "azureBlob" | "searchIndex" | "indexedSharePoint" | "indexedOneLake" | "web" | "remoteSharePoint"
屬性值
"azureBlob" | "searchIndex" | "indexedSharePoint" | "indexedOneLake" | "web" | "remoteSharePoint"