Class DocumentCounts
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.DocumentCounts
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DocumentCounts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing collection document count information.
-
Constructor Summary
Constructors Constructor Description DocumentCounts() -
Method Summary
Modifier and Type Method Description LonggetAvailable()Gets the available.LonggetFailed()Gets the failed.LonggetPending()Gets the pending.LonggetProcessing()Gets the processing.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DocumentCounts
public DocumentCounts()
-
-
Method Details
-
getAvailable
Gets the available.The total number of available documents in the collection.
- Returns:
- the available
-
getProcessing
Gets the processing.The number of documents in the collection that are currently being processed.
- Returns:
- the processing
-
getFailed
Gets the failed.The number of documents in the collection that failed to be ingested.
- Returns:
- the failed
-
getPending
Gets the pending.The number of documents that have been uploaded to the collection, but have not yet started processing.
- Returns:
- the pending
-