status property
The status of the trial. Possible string values are:
- "TRIAL_STATUS_UNSPECIFIED" : Default value.
- "NOT_STARTED" : Scheduled but not started.
- "RUNNING" : Running state.
- "SUCCEEDED" : The trial succeeded.
- "FAILED" : The trial failed.
- "INFEASIBLE" : The trial is infeasible due to the invalid params.
- "STOPPED_EARLY" : Trial stopped early because it's not promising.
Implementation
core.String? status;