Class RankEvalMetricRatingTreshold.AbstractBuilder<BuilderT extends RankEvalMetricRatingTreshold.AbstractBuilder<BuilderT>>

java.lang.Object
org.opensearch.client.opensearch._global.rank_eval.RankEvalMetricBase.AbstractBuilder<BuilderT>
org.opensearch.client.opensearch._global.rank_eval.RankEvalMetricRatingTreshold.AbstractBuilder<BuilderT>
Direct Known Subclasses:
RankEvalMetricPrecision.Builder
Enclosing class:
RankEvalMetricRatingTreshold

protected abstract static class RankEvalMetricRatingTreshold.AbstractBuilder<BuilderT extends RankEvalMetricRatingTreshold.AbstractBuilder<BuilderT>>
extends RankEvalMetricBase.AbstractBuilder<BuilderT>
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected AbstractBuilder()  
  • Method Summary

    Modifier and Type Method Description
    BuilderT relevantRatingThreshold​(java.lang.Number value)
    Sets the rating threshold above which documents are considered to be "relevant".

    Methods inherited from class org.opensearch.client.opensearch._global.rank_eval.RankEvalMetricBase.AbstractBuilder

    k, self

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • relevantRatingThreshold

      public BuilderT relevantRatingThreshold​(@Nullable java.lang.Number value)
      Sets the rating threshold above which documents are considered to be "relevant". API name: relevant_rating_threshold