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