Package com.sap.ai.sdk.grounding.model
Interface DocumentOutput.Builder1
- Enclosing class:
DocumentOutput
public static interface DocumentOutput.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentOutputchunks(VectorChunk... chunks) Set the chunks of thisDocumentOutputinstance.chunks(List<VectorChunk> chunks) Set the chunks of thisDocumentOutputinstance.
-
Method Details
-
chunks
Set the chunks of thisDocumentOutputinstance.- Parameters:
chunks- The chunks of thisDocumentOutput- Returns:
- The DocumentOutput instance.
-
chunks
Set the chunks of thisDocumentOutputinstance.- Parameters:
chunks- The chunks of thisDocumentOutput- Returns:
- The DocumentOutput instance.
-