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