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