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