DocumentModelDetailsOutput interface
檔模型資訊。
屬性
api |
用來建立此檔模型的 API 版本。 |
azure |
Azure Blob 儲存體 指定定型資料的檔案清單。 必須指定 azureBlobSource 或 azureBlobFileListSource。 |
azure |
包含定型數據 Azure Blob 儲存體 位置。 必須指定 azureBlobSource 或 azureBlobFileListSource。 |
build |
自訂檔案模型建置模式。 可能的值:“template”、“neural” |
created |
建立檔模型時的日期和時間 (UTC) 。 |
description | 檔模型描述。 |
doc |
支援的檔案類型。 |
expiration |
檔模型到期時的日期和時間 (UTC) 。 |
model |
唯一的檔模型名稱。 |
tags | 與檔模型相關聯的索引鍵/值標籤屬性清單。 |
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
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
tags
與檔模型相關聯的索引鍵/值標籤屬性清單。
tags?: Record<string, string>
屬性值
Record<string, string>