Enumeration DocumentState

Output only. Current state of the Document. This enum is not supported in Vertex AI.

Enumeration Members

STATE_ACTIVE: "STATE_ACTIVE"

All Chunks of the Document is processed and available for querying.

STATE_FAILED: "STATE_FAILED"

Some Chunks of the Document failed processing.

STATE_PENDING: "STATE_PENDING"

Some Chunks of the Document are being processed (embedding and vector storage).

STATE_UNSPECIFIED: "STATE_UNSPECIFIED"

The default value. This value is used if the state is omitted.