state property
RagFile state.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : RagFile state is unspecified.
- "ACTIVE" : RagFile resource has been created and indexed successfully.
- "ERROR" : RagFile resource is in a problematic state. See
error_message
field for details.
Implementation
core.String? state;