次の方法で共有


MLTableData interface

MLTable データ定義

Extends

プロパティ

dataType

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

referencedUris

MLTable 定義で参照される URI (系列に必要)

継承されたプロパティ

dataUri

[必須]データの URI。 使用法/意味は、Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20221001.Assets.DataVersionBase.DataType に依存します

description

資産の説明テキスト。

isAnonymous

名前のバージョンがシステム生成 (匿名登録) の場合。

isArchived

資産はアーカイブされていますか?

properties

資産プロパティディクショナリ。

tags

タグ辞書。 タグは追加、削除、更新できます。

プロパティの詳細

dataType

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

dataType: "mltable"

プロパティ値

"mltable"

referencedUris

MLTable 定義で参照される URI (系列に必要)

referencedUris?: string[]

プロパティ値

string[]

継承されたプロパティの詳細

dataUri

[必須]データの URI。 使用法/意味は、Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20221001.Assets.DataVersionBase.DataType に依存します

dataUri: string

プロパティ値

string

DataVersionBaseProperties.dataUriから継承

description

資産の説明テキスト。

description?: string

プロパティ値

string

DataVersionBaseProperties.descriptionから継承

isAnonymous

名前のバージョンがシステム生成 (匿名登録) の場合。

isAnonymous?: boolean

プロパティ値

boolean

DataVersionBaseProperties.isAnonymousから継承

isArchived

資産はアーカイブされていますか?

isArchived?: boolean

プロパティ値

boolean

DataVersionBaseProperties.isArchivedから継承

properties

資産プロパティディクショナリ。

properties?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

DataVersionBaseProperties.propertiesから継承

tags

タグ辞書。 タグは追加、削除、更新できます。

tags?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

DataVersionBaseProperties.tagsから継承