public static interface DocumentDetails.Status
* `available`: Ingestion is finished and the document is indexed.
* `failed`: Ingestion is finished, but the document is not indexed because of an error.
* `pending`: The document is uploaded, but the ingestion process is not started.
* `processing`: Ingestion is in progress.
static final String AVAILABLE
static final String FAILED
static final String PENDING
static final String PROCESSING
Copyright © 2024 IBM Cloud. All rights reserved.