state property

String? state
getter/setter pair

RagCorpus life state.

Output only. Possible string values are:

  • "UNKNOWN" : This state is not supposed to happen.
  • "INITIALIZED" : RagCorpus resource entry is initialized, but hasn't done validation.
  • "ACTIVE" : RagCorpus is provisioned successfully and is ready to serve.
  • "ERROR" : RagCorpus is in a problematic situation. See error_message field for details.

Implementation

core.String? state;