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