state property

String? state
getter/setter pair

The state of generation.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "ANALYZING_CODE" : The agent is analyzing schema or operations.
  • "GENERATING_CODE" : The agent is generating code
  • "COMPLETED" : Generation is complete.

Implementation

core.String? state;