Package com.sap.ai.sdk.core.model
Interface AiModelBaseData.Builder1
- Enclosing class:
AiModelBaseData
public static interface AiModelBaseData.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionexecutableId(String executableId) Set the executableId of thisAiModelBaseDatainstance.
-
Method Details
-
executableId
Set the executableId of thisAiModelBaseDatainstance.- Parameters:
executableId- ID of the executable- Returns:
- The AiModelBaseData builder.
-