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 TrainingExample
TrainingExample.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.Builder
CreateTrainingQueryOptions.Builder. addExamples(TrainingExample examples)
Adds an examples to examples.TrainingQuery.Builder
TrainingQuery.Builder. addExamples(TrainingExample examples)
Adds an examples to examples.UpdateTrainingQueryOptions.Builder
UpdateTrainingQueryOptions.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.Builder
CreateTrainingQueryOptions.Builder. examples(List<TrainingExample> examples)
Set the examples.TrainingQuery.Builder
TrainingQuery.Builder. examples(List<TrainingExample> examples)
Set the examples.UpdateTrainingQueryOptions.Builder
UpdateTrainingQueryOptions.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.