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