java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.Notice
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class Notice
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A list of messages describing model training issues when model status is `error`.
  • Constructor Summary

    Constructors
    Constructor Description
    Notice()  
  • Method Summary

    Modifier and Type Method Description
    String getMessage()
    Gets the message.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Notice

      public Notice()
  • Method Details

    • getMessage

      public String getMessage()
      Gets the message.

      Describes deficiencies or inconsistencies in training data.

      Returns:
      the message