Uses of Class
com.ibm.watson.discovery.v2.model.TrainingExample
| Package | Description |
|---|---|
| com.ibm.watson.discovery.v2.model |
-
Uses of TrainingExample in com.ibm.watson.discovery.v2.model
Methods in com.ibm.watson.discovery.v2.model that return TrainingExample Modifier and Type Method Description TrainingExampleTrainingExample.Builder. build()Builds a TrainingExample.Methods in com.ibm.watson.discovery.v2.model that return types with arguments of type TrainingExample Modifier and Type Method Description List<TrainingExample>CreateTrainingQueryOptions. examples()Gets the examples.List<TrainingExample>TrainingQuery. examples()Gets the examples.List<TrainingExample>UpdateTrainingQueryOptions. examples()Gets the examples.Methods in com.ibm.watson.discovery.v2.model with parameters of type TrainingExample Modifier and Type Method Description CreateTrainingQueryOptions.BuilderCreateTrainingQueryOptions.Builder. addExamples(TrainingExample examples)Adds an examples to examples.TrainingQuery.BuilderTrainingQuery.Builder. addExamples(TrainingExample examples)Adds an examples to examples.UpdateTrainingQueryOptions.BuilderUpdateTrainingQueryOptions.Builder. addExamples(TrainingExample examples)Adds an examples to examples.Method parameters in com.ibm.watson.discovery.v2.model with type arguments of type TrainingExample Modifier and Type Method Description CreateTrainingQueryOptions.BuilderCreateTrainingQueryOptions.Builder. examples(List<TrainingExample> examples)Set the examples.TrainingQuery.BuilderTrainingQuery.Builder. examples(List<TrainingExample> examples)Set the examples.UpdateTrainingQueryOptions.BuilderUpdateTrainingQueryOptions.Builder. examples(List<TrainingExample> examples)Set the examples.Constructor parameters in com.ibm.watson.discovery.v2.model with type arguments of type TrainingExample Constructor Description Builder(String projectId, String naturalLanguageQuery, List<TrainingExample> examples)Instantiates a new builder with required properties.Builder(String naturalLanguageQuery, List<TrainingExample> examples)Instantiates a new builder with required properties.Builder(String projectId, String queryId, String naturalLanguageQuery, List<TrainingExample> examples)Instantiates a new builder with required properties.