次の方法で共有


BuildDocumentModelRequest interface

新しいカスタム ドキュメント モデルを構築するための要求本文。

プロパティ

allowOverwrite

同じ名前で既存のモデルを上書きできるようにします。

azureBlobFileListSource

トレーニング データを指定する Azure Blob Storage ファイルの一覧。 azureBlobSource または azureBlobFileListSource を指定する必要があります。

azureBlobSource

トレーニング データを含む Azure Blob Storage の場所。 azureBlobSource または azureBlobFileListSource を指定する必要があります。

buildMode

カスタム ドキュメント モデルのビルド モード。

使用可能な値: "template"、"neural"

description

ドキュメント モデルの説明。

maxTrainingHours

モデル トレーニングに使用する V100 相当の GPU 時間の最大数。 Default=0.5。

modelId

一意のドキュメント モデル名。

tags

ドキュメント モデルに関連付けられているキーと値のタグ属性の一覧。

プロパティの詳細

allowOverwrite

同じ名前で既存のモデルを上書きできるようにします。

allowOverwrite?: boolean

プロパティ値

boolean

azureBlobFileListSource

トレーニング データを指定する Azure Blob Storage ファイルの一覧。 azureBlobSource または azureBlobFileListSource を指定する必要があります。

azureBlobFileListSource?: AzureBlobFileListContentSource

プロパティ値

azureBlobSource

トレーニング データを含む Azure Blob Storage の場所。 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>