state property

String? state
getter/setter pair

The state of the evaluation run.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "PENDING" : The evaluation run is pending.
  • "RUNNING" : The evaluation run is running.
  • "SUCCEEDED" : The evaluation run has succeeded.
  • "FAILED" : The evaluation run has failed.
  • "CANCELLED" : The evaluation run has been cancelled.
  • "INFERENCE" : The evaluation run is performing inference.
  • "GENERATING_RUBRICS" : The evaluation run is performing rubric generation.

Implementation

core.String? state;