Package com.sap.ai.sdk.grounding.model
Interface DocumentInput.Builder
- Enclosing class:
DocumentInput
public static interface DocumentInput.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DocumentInput.Builder1chunks(TextOnlyBaseChunkCreate... chunks) Set the chunks of thisDocumentInputinstance.chunks(List<TextOnlyBaseChunkCreate> chunks) Set the chunks of thisDocumentInputinstance.
-
Method Details
-
chunks
Set the chunks of thisDocumentInputinstance.- Parameters:
chunks- The chunks of thisDocumentInput- Returns:
- The DocumentInput builder.
-
chunks
Set the chunks of thisDocumentInputinstance.- Parameters:
chunks- The chunks of thisDocumentInput- Returns:
- The DocumentInput builder.
-