共用方式為


BuildDocumentModelRequest interface

要求本文以建置新的自定義檔模型。

屬性

allowOverwrite

允許以相同名稱覆寫現有的模型。

azureBlobFileListSource

指定定型數據的 Azure Blob 記憶體檔案清單。 必須指定 azureBlobSource 或 azureBlobFileListSource。

azureBlobSource

包含定型數據的 Azure Blob 記憶體位置。 必須指定 azureBlobSource 或 azureBlobFileListSource。

buildMode

自訂檔案模型建置模式。

可能的值:“template”、“neural”

description

檔模型描述。

maxTrainingHours

用於模型定型的 V100 對等 GPU 時數上限。 Default=0.5。

modelId

唯一的檔模型名稱。

tags

與檔模型相關聯的索引鍵/值標籤屬性清單。

屬性詳細資料

allowOverwrite

允許以相同名稱覆寫現有的模型。

allowOverwrite?: boolean

屬性值

boolean

azureBlobFileListSource

指定定型數據的 Azure Blob 記憶體檔案清單。 必須指定 azureBlobSource 或 azureBlobFileListSource。

azureBlobFileListSource?: AzureBlobFileListContentSource

屬性值

azureBlobSource

包含定型數據的 Azure Blob 記憶體位置。 必須指定 azureBlobSource 或 azureBlobFileListSource。

azureBlobSource?: AzureBlobContentSource

屬性值

buildMode

自訂檔案模型建置模式。

可能的值:“template”、“neural”

buildMode: string

屬性值

string

description

檔模型描述。

description?: string

屬性值

string

maxTrainingHours

用於模型定型的 V100 對等 GPU 時數上限。 Default=0.5。

maxTrainingHours?: number

屬性值

number

modelId

唯一的檔模型名稱。

modelId: string

屬性值

string

tags

與檔模型相關聯的索引鍵/值標籤屬性清單。

tags?: Record<string, string>

屬性值

Record<string, string>