watson-developer-cloud / java-sdk

:1st_place_medal: Java SDK to use the IBM Watson services.
http://watson-developer-cloud.github.io/java-sdk/
Apache License 2.0
593 stars 532 forks source link

Natural Language Classifier is missing a Get Status method #29

Closed SirSpidey closed 9 years ago

SirSpidey commented 9 years ago

Natural Language Classifier code doesn't have a method to retrieve the status of a classifier.

germanattanasio commented 9 years ago

getClassifier() will return the classifier information along with the status

germanattanasio commented 9 years ago

See https://github.com/watson-developer-cloud/java-sdk/blob/master/src/main/java/com/ibm/watson/developer_cloud/natural_language_classifier/v1/NaturalLanguageClassifier.java#L164