You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The unique identifier of the ingested document. */
4937
4992
document_id?: string;
4938
-
/** Status of the document in the ingestion process. */
4993
+
/** Status of the document in the ingestion process. A status of `processing` is returned for documents that are ingested with a *version* date before `2019-01-01`. The `pending` status is returned for all others. */
4939
4994
status?: string;
4940
4995
/** Array of notices produced by the document-ingestion process. */
4941
4996
notices?: Notice[];
@@ -4949,6 +5004,8 @@ namespace DiscoveryV1 {
4949
5004
processing?: number;
4950
5005
/** The number of documents in the collection that failed to be ingested. */
4951
5006
failed?: number;
5007
+
/** The number of documents that have been uploaded to the collection, but have not yet started processing. */
0 commit comments