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 Details

    • DocumentCounts

      public DocumentCounts()
  • Method Details

    • getAvailable

      public Long getAvailable()
      Gets the available.

      The total number of available documents in the collection.

      Returns:
      the available
    • getProcessing

      public Long getProcessing()
      Gets the processing.

      The number of documents in the collection that are currently being processed.

      Returns:
      the processing
    • getFailed

      public Long getFailed()
      Gets the failed.

      The number of documents in the collection that failed to be ingested.

      Returns:
      the failed
    • getPending

      public Long getPending()
      Gets the pending.

      The number of documents that have been uploaded to the collection, but have not yet started processing.

      Returns:
      the pending