Package com.sap.ai.sdk.grounding.model
Interface SearchScores.Builder1
- Enclosing class:
SearchScores
public static interface SearchScores.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondenseRetrievalScore(SearchScoresAggregatedScore denseRetrievalScore) Set the denseRetrievalScore of thisSearchScoresinstance.
-
Method Details
-
denseRetrievalScore
Set the denseRetrievalScore of thisSearchScoresinstance.- Parameters:
denseRetrievalScore- The denseRetrievalScore of thisSearchScores- Returns:
- The SearchScores instance.
-