Class QuestionAnsweringInferenceResults

java.lang.Object
org.elasticsearch.xpack.core.ml.inference.results.QuestionAnsweringInferenceResults
All Implemented Interfaces:
NamedWriteable, Writeable, InferenceResults, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public class QuestionAnsweringInferenceResults extends Object
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • START_OFFSET

      public static final org.elasticsearch.xcontent.ParseField START_OFFSET
    • END_OFFSET

      public static final org.elasticsearch.xcontent.ParseField END_OFFSET
    • isTruncated

      protected final boolean isTruncated
  • Constructor Details

  • Method Details