state property

String? state
getter/setter pair

The detailed state of the Trial.

Output only. 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.
  • "STOPPING" : Indicates that the Trial should stop according to the service.
  • "SUCCEEDED" : Indicates that the Trial is completed successfully.
  • "INFEASIBLE" : Indicates that the Trial should not be attempted again. The service will set a Trial to INFEASIBLE when it's done but missing the final_measurement.

Implementation

core.String? state;