Package com.sap.ai.sdk.grounding.model
Interface DataRepository.Builder2
- Enclosing class:
DataRepository
public static interface DataRepository.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontype(DataRepositoryType type) Set the type of thisDataRepositoryinstance.
-
Method Details
-
type
Set the type of thisDataRepositoryinstance.- Parameters:
type- The type of thisDataRepository- Returns:
- The DataRepository instance.
-