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.
  • Constructor Details

    • Classifier

      public Classifier()
  • Method Details

    • getName

      public String getName()
      Gets the name.

      User-supplied name for the classifier.

      Returns:
      the name
    • getUrl

      public String getUrl()
      Gets the url.

      Link to the classifier.

      Returns:
      the url
    • getStatus

      public String getStatus()
      Gets the status.

      The state of the classifier.

      Returns:
      the status
    • getClassifierId

      public String getClassifierId()
      Gets the classifierId.

      Unique identifier for this classifier.

      Returns:
      the classifierId
    • getCreated

      public Date getCreated()
      Gets the created.

      Date and time (UTC) the classifier was created.

      Returns:
      the created
    • getStatusDescription

      public String getStatusDescription()
      Gets the statusDescription.

      Additional detail about the status.

      Returns:
      the statusDescription
    • getLanguage

      public String getLanguage()
      Gets the language.

      The language used for the classifier.

      Returns:
      the language