Class State (1.22.0)

State(value)

Enum representing the set of states a scorecard revision may be in.

Enums

Name Description
STATE_UNSPECIFIED Unspecified.
EDITABLE The scorecard revision can be edited.
TRAINING Scorecard model training is in progress.
TRAINING_FAILED Scorecard revision model training failed.
READY The revision can be used in analysis.
DELETING Scorecard is being deleted.
TRAINING_CANCELLED Scorecard model training was explicitly cancelled by the user.