Package com.sap.ai.sdk.grounding.model
Interface PerFilterSearchResult.Builder1
- Enclosing class:
PerFilterSearchResult
public static interface PerFilterSearchResult.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault PerFilterSearchResultresults(DocumentsChunk... results) Set the results of thisPerFilterSearchResultinstance.results(List<DocumentsChunk> results) Set the results of thisPerFilterSearchResultinstance.
-
Method Details
-
results
Set the results of thisPerFilterSearchResultinstance.- Parameters:
results- The results of thisPerFilterSearchResult- Returns:
- The PerFilterSearchResult instance.
-
results
Set the results of thisPerFilterSearchResultinstance.- Parameters:
results- The results of thisPerFilterSearchResult- Returns:
- The PerFilterSearchResult instance.
-