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 interface
Classifier.Status
The state of the classifier. -
Constructor Summary
Constructors Constructor Description Classifier()
-
Method Summary
Modifier and Type Method Description String
getClassifierId()
Gets the classifierId.Date
getCreated()
Gets the created.String
getLanguage()
Gets the language.String
getName()
Gets the name.String
getStatus()
Gets the status.String
getStatusDescription()
Gets the statusDescription.String
getUrl()
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
-