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.RetrieveAndRank.v1.RankerStatusPayload Class Reference

The Ranker status object. More...

Properties

string ranker_id [get, set]
 Unique identifier for this ranker. More...
 
string url [get, set]
 Link to the ranker. More...
 
string name [get, set]
 User-supplied name for the ranker. More...
 
string created [get, set]
 Date and time in Coordinated Universal Time that the ranker was created. More...
 
string status [get, set]
 The state of the ranker: Non_Existent, Training, Failed, Available, or Unavailable. More...
 
string status_description [get, set]
 Additional detail about the status. More...
 

Detailed Description

The Ranker status object.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerStatusPayload.created
getset

Date and time in Coordinated Universal Time that the ranker was created.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerStatusPayload.name
getset

User-supplied name for the ranker.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerStatusPayload.ranker_id
getset

Unique identifier for this ranker.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerStatusPayload.status
getset

The state of the ranker: Non_Existent, Training, Failed, Available, or Unavailable.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerStatusPayload.status_description
getset

Additional detail about the status.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RankerStatusPayload.url
getset

Link to the ranker.


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