KnowledgeBaseModelWebSummarizationActivityRecord interface
代表一個大型語言模型(LLM)網頁摘要活動記錄。
- Extends
屬性
| input |
LLM 網頁摘要活動的輸入標記數量。 |
| output |
LLM 網頁摘要活動的輸出代幣數量。 |
| type | 判別值。 |
繼承的屬性
| elapsed |
擷取活動的經過時間 (以毫秒為單位)。 |
| error | 說明作業失敗原因的錯誤詳細資料。 只有在活動未成功時,才會包含此屬性。 |
| id | 活動記錄的識別碼。 |
屬性詳細資料
inputTokensCount
LLM 網頁摘要活動的輸入標記數量。
inputTokensCount?: number
屬性值
number
outputTokensCount
LLM 網頁摘要活動的輸出代幣數量。
outputTokensCount?: number
屬性值
number
type
判別值。
type: "modelWebSummarization"
屬性值
"modelWebSummarization"
繼承的屬性詳細資料
elapsedInMs
error
說明作業失敗原因的錯誤詳細資料。 只有在活動未成功時,才會包含此屬性。
error?: KnowledgeBaseErrorDetail