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