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

public class ListModelsResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Custom models that are available for entities and relations.
  • Constructor Summary

    Constructors
    Constructor Description
    ListModelsResults()  
  • Method Summary

    Modifier and Type Method Description
    List<Model> getModels()
    Gets the models.

    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

    • ListModelsResults

      public ListModelsResults()
  • Method Details

    • getModels

      public List<Model> getModels()
      Gets the models.

      An array of available models.

      Returns:
      the models