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