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 Summary
Constructors Constructor Description TrainingExampleList()
-
Method Summary
Modifier and Type Method Description List<TrainingExample>
getExamples()
Gets the examples.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TrainingExampleList
public TrainingExampleList()
-
-
Method Details
-
getExamples
Gets the examples.Array of training examples.
- Returns:
- the examples
-