UriFileDataVersion interface
uri-file データ バージョン エンティティ
- Extends
プロパティ
data |
ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。 |
継承されたプロパティ
data |
[必須]データの URI。 使用法/意味は、Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20221001.Assets.DataVersionBase.DataType に依存します |
description | 資産の説明テキスト。 |
is |
名前のバージョンがシステム生成 (匿名登録) の場合。 |
is |
資産はアーカイブされていますか? |
properties | 資産プロパティディクショナリ。 |
tags | タグ辞書。 タグは追加、削除、更新できます。 |
プロパティの詳細
dataType
ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。
dataType: "uri_file"
プロパティ値
"uri_file"
継承されたプロパティの詳細
dataUri
[必須]データの URI。 使用法/意味は、Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20221001.Assets.DataVersionBase.DataType に依存します
dataUri: string
プロパティ値
string
description
isAnonymous
名前のバージョンがシステム生成 (匿名登録) の場合。
isAnonymous?: boolean
プロパティ値
boolean
isArchived
properties
資産プロパティディクショナリ。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
tags
タグ辞書。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}