Class TrainingExample
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.TrainingExample
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TrainingExample
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Training example details.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TrainingExample.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
crossReference()
Gets the crossReference.String
documentId()
Gets the documentId.TrainingExample.Builder
newBuilder()
New builder.Long
relevance()
Gets the relevance.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a TrainingExample builder
-
documentId
Gets the documentId.The document ID associated with this training example.
- Returns:
- the documentId
-
crossReference
Gets the crossReference.The cross reference associated with this training example.
- Returns:
- the crossReference
-
relevance
Gets the relevance.The relevance of the training example.
- Returns:
- the relevance
-