Package com.sap.ai.sdk.core.model
Interface AiExecution.Builder1
- Enclosing class:
AiExecution
public static interface AiExecution.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationId(String configurationId) Set the configurationId of thisAiExecutioninstance.
-
Method Details
-
configurationId
Set the configurationId of thisAiExecutioninstance.- Parameters:
configurationId- ID of the configuration- Returns:
- The AiExecution builder.
-