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.Collection Class Reference

Details about the specified collection. More...

Properties

string collection_id [get, set]
 The unique identifier of the collection. More...
 
string name [get, set]
 The name of the collection. More...
 
string description [get, set]
 The description of the collection. More...
 
string created [get, set]
 The creation date of the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. More...
 
string updated [get, set]
 The timestamp of the most recent update to the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'. More...
 
string status [get, set]
 The collection status. More...
 
string configuration_id [get, set]
 The configuration identifier. More...
 
DocumentCounts document_counts [get, set]
 Object providing information about the documents in the collection. More...
 

Detailed Description

Details about the specified collection.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Collection.collection_id
getset

The unique identifier of the collection.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Collection.configuration_id
getset

The configuration identifier.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Collection.created
getset

The creation date of the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Collection.description
getset

The description of the collection.

DocumentCounts IBM.Watson.DeveloperCloud.Services.Discovery.v1.Collection.document_counts
getset

Object providing information about the documents in the collection.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Collection.name
getset

The name of the collection.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Collection.status
getset

The collection status.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.Collection.updated
getset

The timestamp of the most recent update to the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.


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