Class TrainingQuerySet

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.TrainingQuerySet
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class TrainingQuerySet
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object specifying the training queries contained in the identified training set.
  • Constructor Summary

    Constructors
    Constructor Description
    TrainingQuerySet()  
  • Method Summary

    Modifier and Type Method Description
    List<TrainingQuery> getQueries()
    Gets the queries.

    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

    • TrainingQuerySet

      public TrainingQuerySet()
  • Method Details

    • getQueries

      public List<TrainingQuery> getQueries()
      Gets the queries.

      Array of training queries.

      Returns:
      the queries