Package com.sap.ai.sdk.grounding.model
Interface Documents.Builder
- Enclosing class:
Documents
public static interface Documents.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Documentsresources(DocumentWithoutChunks... resources) Set the resources of thisDocumentsinstance.resources(List<DocumentWithoutChunks> resources) Set the resources of thisDocumentsinstance.
-
Method Details