次の方法で共有


PredictionModelStatus(PredictionModelLifeCycle) コンストラクター

定義

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

public PredictionModelStatus (Azure.ResourceManager.CustomerInsights.Models.PredictionModelLifeCycle status);
new Azure.ResourceManager.CustomerInsights.Models.PredictionModelStatus : Azure.ResourceManager.CustomerInsights.Models.PredictionModelLifeCycle -> Azure.ResourceManager.CustomerInsights.Models.PredictionModelStatus
Public Sub New (status As PredictionModelLifeCycle)

パラメーター

status
PredictionModelLifeCycle

予測モデルのライフ サイクル。 予測が PendingModelConfirmation 状態の場合、API を使用して状態を PendingFeaturing または Active に更新できます。

適用対象