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