Class PredictionModelLifeCycle

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PredictionModelLifeCycle>
com.azure.resourcemanager.customerinsights.models.PredictionModelLifeCycle

public final class PredictionModelLifeCycle extends com.azure.core.util.ExpandableStringEnum<PredictionModelLifeCycle>
Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.
  • Field Details

    • NEW

      public static final PredictionModelLifeCycle NEW
      Static value New for PredictionModelLifeCycle.
    • PROVISIONING

      public static final PredictionModelLifeCycle PROVISIONING
      Static value Provisioning for PredictionModelLifeCycle.
    • PROVISIONING_FAILED

      public static final PredictionModelLifeCycle PROVISIONING_FAILED
      Static value ProvisioningFailed for PredictionModelLifeCycle.
    • PENDING_DISCOVERING

      public static final PredictionModelLifeCycle PENDING_DISCOVERING
      Static value PendingDiscovering for PredictionModelLifeCycle.
    • DISCOVERING

      public static final PredictionModelLifeCycle DISCOVERING
      Static value Discovering for PredictionModelLifeCycle.
    • PENDING_FEATURING

      public static final PredictionModelLifeCycle PENDING_FEATURING
      Static value PendingFeaturing for PredictionModelLifeCycle.
    • FEATURING

      public static final PredictionModelLifeCycle FEATURING
      Static value Featuring for PredictionModelLifeCycle.
    • FEATURING_FAILED

      public static final PredictionModelLifeCycle FEATURING_FAILED
      Static value FeaturingFailed for PredictionModelLifeCycle.
    • PENDING_TRAINING

      public static final PredictionModelLifeCycle PENDING_TRAINING
      Static value PendingTraining for PredictionModelLifeCycle.
    • TRAINING

      public static final PredictionModelLifeCycle TRAINING
      Static value Training for PredictionModelLifeCycle.
    • TRAINING_FAILED

      public static final PredictionModelLifeCycle TRAINING_FAILED
      Static value TrainingFailed for PredictionModelLifeCycle.
    • EVALUATING

      public static final PredictionModelLifeCycle EVALUATING
      Static value Evaluating for PredictionModelLifeCycle.
    • EVALUATING_FAILED

      public static final PredictionModelLifeCycle EVALUATING_FAILED
      Static value EvaluatingFailed for PredictionModelLifeCycle.
    • PENDING_MODEL_CONFIRMATION

      public static final PredictionModelLifeCycle PENDING_MODEL_CONFIRMATION
      Static value PendingModelConfirmation for PredictionModelLifeCycle.
    • ACTIVE

      public static final PredictionModelLifeCycle ACTIVE
      Static value Active for PredictionModelLifeCycle.
    • DELETED

      public static final PredictionModelLifeCycle DELETED
      Static value Deleted for PredictionModelLifeCycle.
    • HUMAN_INTERVENTION

      public static final PredictionModelLifeCycle HUMAN_INTERVENTION
      Static value HumanIntervention for PredictionModelLifeCycle.
    • FAILED

      public static final PredictionModelLifeCycle FAILED
      Static value Failed for PredictionModelLifeCycle.
  • Constructor Details

    • PredictionModelLifeCycle

      @Deprecated public PredictionModelLifeCycle()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of PredictionModelLifeCycle value.
  • Method Details

    • fromString

      public static PredictionModelLifeCycle fromString(String name)
      Creates or finds a PredictionModelLifeCycle from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PredictionModelLifeCycle.
    • values

      public static Collection<PredictionModelLifeCycle> values()
      Gets known PredictionModelLifeCycle values.
      Returns:
      known PredictionModelLifeCycle values.