Package com.sap.ai.sdk.grounding.model
Interface RetrievalSearchResults.Builder
- Enclosing class:
RetrievalSearchResults
public static interface RetrievalSearchResults.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault RetrievalSearchResultsresults(ResultsInner1... results) Set the results of thisRetrievalSearchResultsinstance.results(List<ResultsInner1> results) Set the results of thisRetrievalSearchResultsinstance.
-
Method Details
-
results
Set the results of thisRetrievalSearchResultsinstance.- Parameters:
results- List of returned results.- Returns:
- The RetrievalSearchResults instance.
-
results
Set the results of thisRetrievalSearchResultsinstance.- Parameters:
results- List of returned results.- Returns:
- The RetrievalSearchResults instance.
-