Class TrainingQuery

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

public class TrainingQuery
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing training query details.
  • Method Details

    • newBuilder

      public TrainingQuery.Builder newBuilder()
      New builder.
      Returns:
      a TrainingQuery builder
    • queryId

      public String queryId()
      Gets the queryId.

      The query ID associated with the training query.

      Returns:
      the queryId
    • naturalLanguageQuery

      public String naturalLanguageQuery()
      Gets the naturalLanguageQuery.

      The natural text query for the training query.

      Returns:
      the naturalLanguageQuery
    • filter

      public String filter()
      Gets the filter.

      The filter used on the collection before the **natural_language_query** is applied.

      Returns:
      the filter
    • created

      public Date created()
      Gets the created.

      The date and time the query was created.

      Returns:
      the created
    • updated

      public Date updated()
      Gets the updated.

      The date and time the query was updated.

      Returns:
      the updated
    • examples

      public List<TrainingExample> examples()
      Gets the examples.

      Array of training examples.

      Returns:
      the examples