JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.sap.ai.sdk.grounding.model
Interface Chunk.Builder
Enclosing class:
Chunk
public static interface
Chunk.Builder
Builder helper class.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Chunk.Builder1
id
(
String
id)
Set the id of this
Chunk
instance.
Method Details
id
Chunk.Builder1
id
(@Nonnull
String
id)
Set the id of this
Chunk
instance.
Parameters:
id
- The id of this
Chunk
Returns:
The Chunk builder.