Class TrainingExampleList
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.TrainingExampleList
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TrainingExampleList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing an array of training examples.
- 
Constructor SummaryConstructors Constructor Description TrainingExampleList()
- 
Method SummaryModifier and Type Method Description List<TrainingExample>getExamples()Gets the examples.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
TrainingExampleListpublic TrainingExampleList()
 
- 
- 
Method Details- 
getExamplesGets the examples.Array of training examples. - Returns:
- the examples
 
 
-