state property

String? state
getter/setter pair

Prediction state.

The prediction is healthy and ready to be used only when the state is ACTIVE. Possible string values are:

  • "STATE_UNSPECIFIED" : By default, the state is unspecified.
  • "ACTIVE" : The prediction is ready to be used.
  • "INSUFFICIENT_DATA" : Prediction is unavailable due to insufficient data.
  • "PREPARING_MODEL" : The model is currently being trained.

Implementation

core.String? state;