Package com.sap.ai.sdk.core.model
Interface AiModelBaseData.Builder3
- Enclosing class:
AiModelBaseData
public static interface AiModelBaseData.Builder3
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiModelBaseDataversions(AiModelVersion... versions) Set the versions of thisAiModelBaseDatainstance.versions(List<AiModelVersion> versions) Set the versions of thisAiModelBaseDatainstance.
-
Method Details
-
versions
Set the versions of thisAiModelBaseDatainstance.- Parameters:
versions- List of model versions that the model object has- Returns:
- The AiModelBaseData instance.
-
versions
Set the versions of thisAiModelBaseDatainstance.- Parameters:
versions- List of model versions that the model object has- Returns:
- The AiModelBaseData instance.
-