DocumentIntelligenceOperationDetailsOutputParent interface
作業資訊。
屬性
api |
用來建立此作業的 API 版本。 |
created |
建立作業的日期和時間 (UTC)。 |
error | 發生錯誤。 |
kind | |
last |
上次更新狀態的日期和時間 (UTC)。 |
operation |
作業標識碼 |
percent |
作業進度(0-100)。 |
resource |
此作業的目標資源URL。 |
status | 作業狀態。 notStarted、running、completed 或 failed 可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped” |
tags | 與檔模型相關聯的索引鍵/值標籤屬性清單。 |
屬性詳細資料
apiVersion
用來建立此作業的 API 版本。
apiVersion?: string
屬性值
string
createdDateTime
建立作業的日期和時間 (UTC)。
createdDateTime: string
屬性值
string
error
kind
kind: string
屬性值
string
lastUpdatedDateTime
上次更新狀態的日期和時間 (UTC)。
lastUpdatedDateTime: string
屬性值
string
operationId
作業標識碼
operationId: string
屬性值
string
percentCompleted
作業進度(0-100)。
percentCompleted?: number
屬性值
number
resourceLocation
此作業的目標資源URL。
resourceLocation: string
屬性值
string
status
作業狀態。 notStarted、running、completed 或 failed
可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped”
status: string
屬性值
string
tags
與檔模型相關聯的索引鍵/值標籤屬性清單。
tags?: Record<string, string>
屬性值
Record<string, string>