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