MachineLearningCodeVersionProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コード資産のバージョンの詳細。
public class MachineLearningCodeVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningCodeVersionProperties = class
inherit MachineLearningAssetBase
Public Class MachineLearningCodeVersionProperties
Inherits MachineLearningAssetBase
- 継承
コンストラクター
MachineLearningCodeVersionProperties() |
MachineLearningCodeVersionProperties の新しいインスタンスを初期化します。 |
プロパティ
AutoDeleteSetting |
マネージド データ資産のライフサイクル設定を指定します。 (継承元 MachineLearningAssetBase) |
CodeUri |
コードが配置されている Uri。 |
Description |
資産の説明テキスト。 (継承元 MachineLearningResourceBase) |
IsAnonymous |
名前のバージョンがシステム生成 (匿名登録) の場合。 Stage が定義されている型の場合、Stage が指定されると、IsAnonymous の設定に使用されます。 (継承元 MachineLearningAssetBase) |
IsArchived |
資産はアーカイブされていますか? Stage が定義されている型の場合、Stage が指定されると、IsArchived の設定に使用されます。 (継承元 MachineLearningAssetBase) |
Properties |
資産プロパティディクショナリ。 (継承元 MachineLearningResourceBase) |
ProvisioningState |
コード バージョンのプロビジョニング状態。 |
Tags |
タグ辞書。 タグは追加、削除、更新できます。 (継承元 MachineLearningResourceBase) |