PredictionModelLifeCycle Class

public final class PredictionModelLifeCycle
extends 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 Summary

Modifier and Type Field and Description
static final PredictionModelLifeCycle ACTIVE

Static value Active for PredictionModelLifeCycle.

static final PredictionModelLifeCycle DELETED

Static value Deleted for PredictionModelLifeCycle.

static final PredictionModelLifeCycle DISCOVERING

Static value Discovering for PredictionModelLifeCycle.

static final PredictionModelLifeCycle EVALUATING

Static value Evaluating for PredictionModelLifeCycle.

static final PredictionModelLifeCycle EVALUATING_FAILED

Static value EvaluatingFailed for PredictionModelLifeCycle.

static final PredictionModelLifeCycle FAILED

Static value Failed for PredictionModelLifeCycle.

static final PredictionModelLifeCycle FEATURING

Static value Featuring for PredictionModelLifeCycle.

static final PredictionModelLifeCycle FEATURING_FAILED

Static value FeaturingFailed for PredictionModelLifeCycle.

static final PredictionModelLifeCycle HUMAN_INTERVENTION

Static value HumanIntervention for PredictionModelLifeCycle.

static final PredictionModelLifeCycle NEW

Static value New for PredictionModelLifeCycle.

static final PredictionModelLifeCycle PENDING_DISCOVERING

Static value PendingDiscovering for PredictionModelLifeCycle.

static final PredictionModelLifeCycle PENDING_FEATURING

Static value PendingFeaturing for PredictionModelLifeCycle.

static final PredictionModelLifeCycle PENDING_MODEL_CONFIRMATION

Static value PendingModelConfirmation for PredictionModelLifeCycle.

static final PredictionModelLifeCycle PENDING_TRAINING

Static value PendingTraining for PredictionModelLifeCycle.

static final PredictionModelLifeCycle PROVISIONING

Static value Provisioning for PredictionModelLifeCycle.

static final PredictionModelLifeCycle PROVISIONING_FAILED

Static value ProvisioningFailed for PredictionModelLifeCycle.

static final PredictionModelLifeCycle TRAINING

Static value Training for PredictionModelLifeCycle.

static final PredictionModelLifeCycle TRAINING_FAILED

Static value TrainingFailed for PredictionModelLifeCycle.

Constructor Summary

Constructor Description
PredictionModelLifeCycle()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PredictionModelLifeCycle value.

Method Summary

Modifier and Type Method and Description
static PredictionModelLifeCycle fromString(String name)

Creates or finds a PredictionModelLifeCycle from its string representation.

static Collection<PredictionModelLifeCycle> values()

Gets known PredictionModelLifeCycle values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final PredictionModelLifeCycle ACTIVE

Static value Active for PredictionModelLifeCycle.

DELETED

public static final PredictionModelLifeCycle DELETED

Static value Deleted for PredictionModelLifeCycle.

DISCOVERING

public static final PredictionModelLifeCycle DISCOVERING

Static value Discovering 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.

FAILED

public static final PredictionModelLifeCycle FAILED

Static value Failed 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.

HUMAN_INTERVENTION

public static final PredictionModelLifeCycle HUMAN_INTERVENTION

Static value HumanIntervention for PredictionModelLifeCycle.

NEW

public static final PredictionModelLifeCycle NEW

Static value New for PredictionModelLifeCycle.

PENDING_DISCOVERING

public static final PredictionModelLifeCycle PENDING_DISCOVERING

Static value PendingDiscovering for PredictionModelLifeCycle.

PENDING_FEATURING

public static final PredictionModelLifeCycle PENDING_FEATURING

Static value PendingFeaturing for PredictionModelLifeCycle.

PENDING_MODEL_CONFIRMATION

public static final PredictionModelLifeCycle PENDING_MODEL_CONFIRMATION

Static value PendingModelConfirmation for PredictionModelLifeCycle.

PENDING_TRAINING

public static final PredictionModelLifeCycle PENDING_TRAINING

Static value PendingTraining 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.

TRAINING

public static final PredictionModelLifeCycle TRAINING

Static value Training for PredictionModelLifeCycle.

TRAINING_FAILED

public static final PredictionModelLifeCycle TRAINING_FAILED

Static value TrainingFailed for PredictionModelLifeCycle.

Constructor Details

PredictionModelLifeCycle

@Deprecated
public PredictionModelLifeCycle()

Deprecated

Use the fromString(String name) 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 values()

Gets known PredictionModelLifeCycle values.

Returns:

known PredictionModelLifeCycle values.

Applies to