MachineLearningCodeVersionProperties クラス

定義

コード資産のバージョンの詳細。

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

コンストラクター

MachineLearningCodeVersionProperties()

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

プロパティ

AutoDeleteSetting

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

(継承元 MachineLearningAssetBase)
CodeUri

コードが配置されている Uri。

Description

資産の説明テキスト。

(継承元 MachineLearningResourceBase)
IsAnonymous

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

(継承元 MachineLearningAssetBase)
IsArchived

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

(継承元 MachineLearningAssetBase)
Properties

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

(継承元 MachineLearningResourceBase)
ProvisioningState

コード バージョンのプロビジョニング状態。

Tags

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

(継承元 MachineLearningResourceBase)

適用対象