state property

String? state
getter/setter pair

State of the scorecard revision, indicating whether it's ready to be used in analysis.

Output only. Possible string values are:

  • "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.

Implementation

core.String? state;