Package com.sap.ai.sdk.grounding.model
Interface DocumentsChunk.Builder2
- Enclosing class:
DocumentsChunk
public static interface DocumentsChunk.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentsChunkdocuments(DocumentOutput... documents) Set the documents of thisDocumentsChunkinstance.documents(List<DocumentOutput> documents) Set the documents of thisDocumentsChunkinstance.
-
Method Details
-
documents
Set the documents of thisDocumentsChunkinstance.- Parameters:
documents- The documents of thisDocumentsChunk- Returns:
- The DocumentsChunk instance.
-
documents
Set the documents of thisDocumentsChunkinstance.- Parameters:
documents- The documents of thisDocumentsChunk- Returns:
- The DocumentsChunk instance.
-