次の方法で共有


MachineLearningDataVersionProperties クラス

定義

データ バージョンの基本定義 基本クラスであることに注意 MachineLearningDataVersionProperties してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 がMachineLearningUriFolderDataVersion含まれます。MachineLearningTableMachineLearningUriFileDataVersion

public class MachineLearningDataVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningDataVersionProperties = class
    inherit MachineLearningAssetBase
Public Class MachineLearningDataVersionProperties
Inherits MachineLearningAssetBase
継承
MachineLearningDataVersionProperties
派生

コンストラクター

MachineLearningDataVersionProperties(Uri)

MachineLearningDataVersionProperties の新しいインスタンスを初期化します。

プロパティ

AutoDeleteSetting

マネージド データ資産のライフサイクル設定を指定します。

(継承元 MachineLearningAssetBase)
DataUri

[必須]データの URI。 例: https://go.microsoft.com/fwlink/?linkid=2202330.

Description

資産の説明テキスト。

(継承元 MachineLearningResourceBase)
IntellectualProperty

知的財産の詳細。 データが知的財産である場合に使用されます。

IsAnonymous

名前のバージョンがシステム生成 (匿名登録) の場合。 Stage が定義されている型の場合、Stage が指定されると、IsAnonymous の設定に使用されます。

(継承元 MachineLearningAssetBase)
IsArchived

資産はアーカイブされていますか? Stage が定義されている型の場合、Stage が指定されると、IsArchived の設定に使用されます。

(継承元 MachineLearningAssetBase)
Properties

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

(継承元 MachineLearningResourceBase)
Stage

このデータ資産に割り当てられているデータ ライフサイクルのステージ。

Tags

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

(継承元 MachineLearningResourceBase)

適用対象