ModelVersionProperties interface
資産のバージョンの詳細をモデル化します。
- Extends
プロパティ
flavors | モデルフレーバーのプロパティへのマッピング。 |
job |
このモデルを生成したトレーニング ジョブの名前 |
model |
このエンティティのストレージ形式。 NCD に使用されます。 |
model |
モデル コンテンツへの URI パス。 |
継承されたプロパティ
description | 資産の説明テキスト。 |
is |
名前のバージョンがシステム生成 (匿名登録) の場合。 |
is |
資産はアーカイブされていますか? |
properties | 資産プロパティ ディクショナリ。 |
tags | タグ辞書。 タグは追加、削除、更新できます。 |
プロパティの詳細
flavors
モデルフレーバーのプロパティへのマッピング。
flavors?: {[propertyName: string]: FlavorData | null}
プロパティ値
{[propertyName: string]: FlavorData | null}
jobName
このモデルを生成したトレーニング ジョブの名前
jobName?: string
プロパティ値
string
modelType
このエンティティのストレージ形式。 NCD に使用されます。
modelType?: string
プロパティ値
string
modelUri
モデル コンテンツへの URI パス。
modelUri?: string
プロパティ値
string
継承されたプロパティの詳細
description
isAnonymous
isArchived
properties
資産プロパティ ディクショナリ。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
tags
タグ辞書。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
AssetBase.tagsから継承