PredictionModelStatus(PredictionModelLifeCycle) Constructor

Definition

Initializes a new instance of 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)

Parameters

status
PredictionModelLifeCycle

Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.

Applies to