Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentCounts Class Reference

Information about the documents in the collection. More...

Properties

int available [get, set]
 The total number of ingested documents in the collection. More...
 
int processing [get, set]
 The number of documents in the collection that are currently being processed. More...
 
int failed [get, set]
 The number of documents in the collection that failed to be ingested. More...
 

Detailed Description

Information about the documents in the collection.

Property Documentation

int IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentCounts.available
getset

The total number of ingested documents in the collection.

int IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentCounts.failed
getset

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

int IBM.Watson.DeveloperCloud.Services.Discovery.v1.DocumentCounts.processing
getset

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


The documentation for this class was generated from the following file: