state property
The current state of the canary evaluation.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : No state has been specified.
- "RUNNING" : The canary evaluation is still in progress.
- "SUCCEEDED" : The canary evaluation has finished.
Implementation
core.String? state;