state property

String? state
getter/setter pair

The detailed state of the NasTrial.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The NasTrial state is unspecified.
  • "REQUESTED" : Indicates that a specific NasTrial has been requested, but it has not yet been suggested by the service.
  • "ACTIVE" : Indicates that the NasTrial has been suggested.
  • "STOPPING" : Indicates that the NasTrial should stop according to the service.
  • "SUCCEEDED" : Indicates that the NasTrial is completed successfully.
  • "INFEASIBLE" : Indicates that the NasTrial should not be attempted again. The service will set a NasTrial to INFEASIBLE when it's done but missing the final_measurement.

Implementation

core.String? state;