Class RankEvalMetricRatingThreshold.AbstractBuilder<BuilderT extends RankEvalMetricRatingThreshold.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.RankEvalMetricRatingThreshold.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
RankEvalMetricMeanReciprocalRank.Builder,RankEvalMetricPrecision.Builder,RankEvalMetricRecall.Builder
- Enclosing class:
RankEvalMetricRatingThreshold
public abstract static class RankEvalMetricRatingThreshold.AbstractBuilder<BuilderT extends RankEvalMetricRatingThreshold.AbstractBuilder<BuilderT>>
extends RankEvalMetricBase.AbstractBuilder<BuilderT>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTrelevantRatingThreshold(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, selfMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
relevantRatingThreshold
Sets the rating threshold above which documents are considered to be relevant.API name:
relevant_rating_threshold
-