state property

String? state
getter/setter pair

The detailed state of a trial. Possible string values are:

  • "STATE_UNSPECIFIED" : The trial state is unspecified.
  • "REQUESTED" : Indicates that a specific trial has been requested, but it has not yet been suggested by the service.
  • "ACTIVE" : Indicates that the trial has been suggested.
  • "COMPLETED" : Indicates that the trial is done, and either has a final_measurement set, or is marked as trial_infeasible.
  • "STOPPING" : Indicates that the trial should stop according to the service.

Implementation

core.String? state;