Class RankEvalMetricRatingTreshold.AbstractBuilder<BuilderT extends RankEvalMetricRatingTreshold.AbstractBuilder<BuilderT>>
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.core.rank_eval.RankEvalMetricBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch.core.rank_eval.RankEvalMetricRatingTreshold.AbstractBuilder<BuilderT>
-
- Direct Known Subclasses:
RankEvalMetricMeanReciprocalRank.Builder,RankEvalMetricPrecision.Builder,RankEvalMetricRecall.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 protectedAbstractBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuilderTrelevantRatingThreshold(java.lang.Integer value)Sets the rating threshold above which documents are considered to be "relevant".-
Methods inherited from class org.opensearch.client.opensearch.core.rank_eval.RankEvalMetricBase.AbstractBuilder
k, self
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
relevantRatingThreshold
public final BuilderT relevantRatingThreshold(@Nullable java.lang.Integer value)
Sets the rating threshold above which documents are considered to be "relevant".API name:
relevant_rating_threshold
-
-