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 protectedAbstractBuilder() -
Method Summary
Modifier and Type Method Description BuilderTrelevantRatingThreshold(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
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-
-
Method Details
-
relevantRatingThreshold
Sets the rating threshold above which documents are considered to be "relevant". API name:relevant_rating_threshold
-