Class Classifier
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_classifier.v1.model.Classifier
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Classifier
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A classifier for natural language phrases.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClassifier.StatusThe state of the classifier. -
Constructor Summary
Constructors Constructor Description Classifier() -
Method Summary
Modifier and Type Method Description StringgetClassifierId()Gets the classifierId.DategetCreated()Gets the created.StringgetLanguage()Gets the language.StringgetName()Gets the name.StringgetStatus()Gets the status.StringgetStatusDescription()Gets the statusDescription.StringgetUrl()Gets the url.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Classifier
public Classifier()
-
-
Method Details
-
getName
Gets the name.User-supplied name for the classifier.
- Returns:
- the name
-
getUrl
Gets the url.Link to the classifier.
- Returns:
- the url
-
getStatus
Gets the status.The state of the classifier.
- Returns:
- the status
-
getClassifierId
Gets the classifierId.Unique identifier for this classifier.
- Returns:
- the classifierId
-
getCreated
Gets the created.Date and time (UTC) the classifier was created.
- Returns:
- the created
-
getStatusDescription
Gets the statusDescription.Additional detail about the status.
- Returns:
- the statusDescription
-
getLanguage
Gets the language.The language used for the classifier.
- Returns:
- the language
-