Package com.sap.ai.sdk.grounding.model
Interface Collection.Builder
- Enclosing class:
Collection
public static interface Collection.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionembeddingConfig(EmbeddingConfig embeddingConfig) Set the embeddingConfig of thisCollectioninstance.
-
Method Details
-
embeddingConfig
Set the embeddingConfig of thisCollectioninstance.- Parameters:
embeddingConfig- The embeddingConfig of thisCollection- Returns:
- The Collection builder.
-