PredictionModelLifeCycle Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
public readonly struct PredictionModelLifeCycle : IEquatable<Azure.ResourceManager.CustomerInsights.Models.PredictionModelLifeCycle>
type PredictionModelLifeCycle = struct
Public Structure PredictionModelLifeCycle
Implements IEquatable(Of PredictionModelLifeCycle)
- Inheritance
-
PredictionModelLifeCycle
- Implements
Constructors
PredictionModelLifeCycle(String) |
Initializes a new instance of PredictionModelLifeCycle. |
Properties
Active |
Active. |
Deleted |
Deleted. |
Discovering |
Discovering. |
Evaluating |
Evaluating. |
EvaluatingFailed |
EvaluatingFailed. |
Failed |
Failed. |
Featuring |
Featuring. |
FeaturingFailed |
FeaturingFailed. |
HumanIntervention |
HumanIntervention. |
New |
New. |
PendingDiscovering |
PendingDiscovering. |
PendingFeaturing |
PendingFeaturing. |
PendingModelConfirmation |
PendingModelConfirmation. |
PendingTraining |
PendingTraining. |
Provisioning |
Provisioning. |
ProvisioningFailed |
ProvisioningFailed. |
Training |
Training. |
TrainingFailed |
TrainingFailed. |
Methods
Equals(PredictionModelLifeCycle) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PredictionModelLifeCycle, PredictionModelLifeCycle) |
Determines if two PredictionModelLifeCycle values are the same. |
Implicit(String to PredictionModelLifeCycle) |
Converts a string to a PredictionModelLifeCycle. |
Inequality(PredictionModelLifeCycle, PredictionModelLifeCycle) |
Determines if two PredictionModelLifeCycle values are not the same. |
Applies to
Azure SDK for .NET