Class CreateTrainingExampleOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.CreateTrainingExampleOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class CreateTrainingExampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createTrainingExample options.
  • Method Details

    • newBuilder

      New builder.
      Returns:
      a CreateTrainingExampleOptions builder
    • environmentId

      public String environmentId()
      Gets the environmentId.

      The ID of the environment.

      Returns:
      the environmentId
    • collectionId

      public String collectionId()
      Gets the collectionId.

      The ID of the collection.

      Returns:
      the collectionId
    • queryId

      public String queryId()
      Gets the queryId.

      The ID of the query used for training.

      Returns:
      the queryId
    • documentId

      public String documentId()
      Gets the documentId.

      The document ID associated with this training example.

      Returns:
      the documentId
    • crossReference

      public String crossReference()
      Gets the crossReference.

      The cross reference associated with this training example.

      Returns:
      the crossReference
    • relevance

      public Long relevance()
      Gets the relevance.

      The relevance of the training example.

      Returns:
      the relevance