次の方法で共有


MachineLearningModelVersionProperties クラス

定義

資産のバージョンの詳細をモデル化します。

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

コンストラクター

MachineLearningModelVersionProperties()

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

プロパティ

AutoDeleteSetting

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

(継承元 MachineLearningAssetBase)
Description

資産の説明テキスト。

(継承元 MachineLearningResourceBase)
Flavors

モデルフレーバーのプロパティへのマッピング。

IntellectualProperty

知的財産の詳細。 モデルが知的財産の場合に使用されます。

IsAnonymous

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

(継承元 MachineLearningAssetBase)
IsArchived

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

(継承元 MachineLearningAssetBase)
JobName

このモデルを生成したトレーニング ジョブの名前。

ModelType

このエンティティのストレージ形式。 NCD に使用されます。

ModelUri

モデル コンテンツへの URI パス。

Properties

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

(継承元 MachineLearningResourceBase)
ProvisioningState

モデル バージョンのプロビジョニング状態。

Stage

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

Tags

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

(継承元 MachineLearningResourceBase)

適用対象