DocumentModelDetailsOutput interface
檔模型資訊。
屬性
api |
用來建立此檔模型的 API 版本。 |
azure |
指定定型數據的 Azure Blob 記憶體檔案清單。 必須指定 azureBlobSource 或 azureBlobFileListSource。 |
azure |
包含定型數據的 Azure Blob 記憶體位置。 必須指定 azureBlobSource 或 azureBlobFileListSource。 |
build |
自訂檔案模型建置模式。 可能的值:“template”、“neural” |
classifier |
針對撰寫的模型,用來分割和分類輸入檔的自定義分類器。 |
created |
建立檔模型的日期和時間 (UTC)。 |
description | 檔模型描述。 |
doc |
支援的檔案類型。 |
expiration |
檔模型到期的日期和時間(UTC)。 |
model |
唯一的檔模型名稱。 |
modified |
上次修改檔模型的日期和時間(UTC)。 |
split | 針對撰寫的模型,檔案分割行為。 可能的值:“auto”、“none”、“perPage” |
tags | 與檔模型相關聯的索引鍵/值標籤屬性清單。 |
training |
模型定型所耗用的 V100 對等 GPU 時數。 |
warnings | 建置模型時遇到的警告清單。 |
屬性詳細資料
apiVersion
用來建立此檔模型的 API 版本。
apiVersion?: string
屬性值
string
azureBlobFileListSource
指定定型數據的 Azure Blob 記憶體檔案清單。 必須指定 azureBlobSource 或 azureBlobFileListSource。
azureBlobFileListSource?: AzureBlobFileListContentSourceOutput
屬性值
azureBlobSource
包含定型數據的 Azure Blob 記憶體位置。 必須指定 azureBlobSource 或 azureBlobFileListSource。
azureBlobSource?: AzureBlobContentSourceOutput
屬性值
buildMode
自訂檔案模型建置模式。
可能的值:“template”、“neural”
buildMode?: string
屬性值
string
classifierId
針對撰寫的模型,用來分割和分類輸入檔的自定義分類器。
classifierId?: string
屬性值
string
createdDateTime
建立檔模型的日期和時間 (UTC)。
createdDateTime: string
屬性值
string
description
檔模型描述。
description?: string
屬性值
string
docTypes
支援的檔案類型。
docTypes?: Record<string, DocumentTypeDetailsOutput>
屬性值
Record<string, DocumentTypeDetailsOutput>
expirationDateTime
檔模型到期的日期和時間(UTC)。
expirationDateTime?: string
屬性值
string
modelId
唯一的檔模型名稱。
modelId: string
屬性值
string
modifiedDateTime
上次修改檔模型的日期和時間(UTC)。
modifiedDateTime?: string
屬性值
string
split
針對撰寫的模型,檔案分割行為。
可能的值:“auto”、“none”、“perPage”
split?: string
屬性值
string
tags
與檔模型相關聯的索引鍵/值標籤屬性清單。
tags?: Record<string, string>
屬性值
Record<string, string>
trainingHours
模型定型所耗用的 V100 對等 GPU 時數。
trainingHours?: number
屬性值
number
warnings
建置模型時遇到的警告清單。
warnings?: DocumentIntelligenceWarningOutput[]