state property

String? state
getter/setter pair

The detailed state of a Study.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The study state is unspecified.
  • "ACTIVE" : The study is active.
  • "INACTIVE" : The study is stopped due to an internal error.
  • "COMPLETED" : The study is done when the service exhausts the parameter search space or max_trial_count is reached.

Implementation

core.String? state;