state property
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;